开发者

Session IDs Growing Very Large Randomly

开发者 https://www.devze.com 2023-02-05 04:11 出处:网络
We have a table and logging mechan开发者_如何学JAVAism that logs customers that log in with a Session ID. However, one thing we notice is that sometimes the Session ID information tends to grow quite

We have a table and logging mechan开发者_如何学JAVAism that logs customers that log in with a Session ID. However, one thing we notice is that sometimes the Session ID information tends to grow quite large growing beyond a 255 character ID. How can we stop it from doing this?


This page seems to discuss the subject http://forums.asp.net/p/1264093/2370866.aspx

It seems you need to make your own session manager

0

精彩评论

暂无评论...
验证码 换一张
取 消