在“浏览器"选项卡之间创建唯一的会话

问题描述:

我的兄弟姐妹们在编码中

如何在浏览器选项卡之间创建唯一会话而不在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...