避免选项卡之间的会话共享 [英] Avoid session sharing between tabs

查看:62
本文介绍了避免选项卡之间的会话共享的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

会话在IE 7选项卡之间共享,并因此在Web应用程序(ASP.NET)中共享.

Session is shared across IE 7 tabs and as a result the web application (ASP.NET).

我曾经尝试过在URL中嵌入会话ID的无cookie会话的方法,但是我不喜欢它.

I have tried for the approach of cookieless session wherin session id is embedded in the url, but i dont prefer it.

主要原因是任何人都可以复制我的URL并访问我的帐户,因为它包含会话ID.该网址看起来也很丑.

The main reason is anybody can copy my URL and access my account since it contains session id. Also the url looks ugly.

我不想进入SQLServer会话状态,因为我感觉这会导致性能问题.

I dont want to go for SQLServer Session state as i have a feeling that it cause a performance issue.

有人可以建议我一种避免标签之间会话共享的方法.

Can anybody suggest me a way to avoid session sharing between tabs.

谢谢.

 

P.Murugesan

P.Murugesan

pamurugesan@gmail.com

pamurugesan@gmail.com

推荐答案

感谢您的信息!建议您将您的问题发布到一个MS论坛中,


这篇关于避免选项卡之间的会话共享的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆