Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自分のサーバー セッション ID を確認したところ、すべて 24 文字でした
ログインした各セッションIDをSQLサーバーに保存しています
だから私の質問は
柱を持つ
char(24)訪問者の SessionIds を保存するのに十分ですか?
char(24)
ASP.net 4.0
Session kept as : State Server tcpip=127.0.0.1:42424
これを行うべきかどうかは別として、SessionIDManager はセッション ID に 80 文字の制限を適用します。
http://msdn.microsoft.com/en-us/library/system.web.sessionstate.sessionidmanager.sessionidmaxlength(v=vs.100).aspx