在“浏览器"选项卡之间创建唯一的会话 [英] Create Unique Session between Browser Tab

查看:64
本文介绍了在“浏览器"选项卡之间创建唯一的会话的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的兄弟姐妹们在编码中

如何在浏览器选项卡之间创建唯一会话而不在Web配置中使用它

Hi My Brothers and Sisters in Coding

How can i create unique session between browser tabs without using this in my web config

<sessionState mode="InProc" timeout="10" cookieless="UseUri" ></sessionState>




Or

<sessionState mode="InProc" timeout="10" cookieless="true" ></sessionState>



因为这两个在url中公开了会话ID,所以我不希望显示该ID.

谢谢Guys



Because these two exposes the session id in the url and i dont want that to be shown up.

thanks Guys

推荐答案

在这两种情况下,会话ID都将附加在URL中...关于唯一"会话...请多解释一下...
In both cases the session id will be appended in the URL...with respect to "unique" session...please explain it a bit more...


这篇关于在“浏览器"选项卡之间创建唯一的会话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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