Session Timeout in Classic ASP website

前端 未结 4 766
故里飘歌
故里飘歌 2021-01-18 10:52

Where does classic ASP store the value for session timeout? I have looked through the code and this classic ASP website isn\'t using Global.asa(so no \"Session_OnStart\") or

4条回答
  •  别那么骄傲
    2021-01-18 11:17

    Have you looked at the web.config file? I am not a classic asp expert, but in asp.net you can also set session state in the file like so:

    
    

    You may want to verify 2 things.

    1.) That you app pool is not recycling too often.

    2.) What I mentioned above.

提交回复
热议问题