Read Session Id using Javascript

前端 未结 7 1822
被撕碎了的回忆
被撕碎了的回忆 2020-12-24 06:33

Is it by any means possible to read the browser session id using javascript?

7条回答
  •  执笔经年
    2020-12-24 07:03

    As far as I know, a browser session doesn't have an id.

    If you mean the server session, that is usually stored in a cookie. The cookie that ASP.NET stores, for example, is named "ASP.NET_SessionId".

提交回复
热议问题