本文介绍了asp.net中的会话状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



在asp.net应用程序中,我正在使用表单身份验证和cookieless = usecookies.

这些都没有更改,我想避免选项卡之间的会话共享.

谢谢,
jeyamothi

Hi,

In asp.net application i am using forms authentication and cookieless=usecookies.

without changes these i want to avoid the session sharing between tabs.

Thanks,
jeyamothi

推荐答案



这篇关于asp.net中的会话状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 09:07