Asp.net cookieless sessionId url location

前端 未结 2 1549
猫巷女王i
猫巷女王i 2021-01-20 07:50

I\'m working on a mobile site where we can\'t rely on the phone hitting the site to have cookie support. I\'m using the cookieless option for sessions and wondering if ther

2条回答
  •  日久生厌
    2021-01-20 08:42

    Session options are set in the web.conf sessionState section. This is detailed here:

    http://msdn.microsoft.com/en-us/library/h6bb9cz9(vs.71).aspx

    Theres no way to setup the sessions like this with the built in session functionality of asp.net. Your best bet is to define your own session mechanism

提交回复
热议问题