避免选项卡之间的会话共享

问题描述:

会话在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论坛中,