会话 ID 随机增长得非常大
我们有一个表和日志记录机制,用于记录使用会话 ID 登录的客户。然而,我们注意到的一件事是,有时会话 ID 信息往往会变得相当大,超过 255 个字符 ID。我们怎样才能阻止它这样做呢?
We have a table and logging mechanism 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此页面似乎讨论该主题 http://forums.asp.net/p/1264093/ 2370866.aspx
看来你需要制作自己的会话管理器
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