开发者

Is the HttpSessionState.SessionID Property unique per browser process / tab?

Does each tab in each process have a unique HttpSessionState.SessionID per开发者_Go百科 browser process / tab?


This is cookie based (by default), so in most browsers the cookie is shared, and you have the same session across all tabs.

So no, it's usually not unique.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜