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
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.