Session Timeout in Classic ASP website

前端 未结 4 761
故里飘歌
故里飘歌 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:32

    In IIS7, click on your site, double click ASP, then expand the Limits Properties. You will then see a Script Time-out setting in HH:MM:SS format. Set that and it should fix things.

    Source: http://technet.microsoft.com/en-us/library/bb632464.aspx

提交回复
热议问题