I've seen a lot of posts talking about Session.Timeout, none of which can answer this question.
I have set in IIS 6.0 the Session.Timeout value to be 999.
In my global.asa file I read a value from a database and set Session.Timeout to this value (for this conversation lets say its 480).
On my ASP pages, I have displayed (response.write Session.Timeout) and this has always clearly displayed 480 (what I've set it to in the global.asa file).
If I open the ASP page and leave it up and don't do a thing with it, I should still have session state 15 minutes later right?
Wrong!
My session state goes dead somewhere around 12 minutes or so.
Any ideas?
I've been beating this one up for the last week or so and I'm at the end of my rope.
Thanks.
I have set in IIS 6.0 the Session.Timeout value to be 999.
In my global.asa file I read a value from a database and set Session.Timeout to this value (for this conversation lets say its 480).
On my ASP pages, I have displayed (response.write Session.Timeout) and this has always clearly displayed 480 (what I've set it to in the global.asa file).
If I open the ASP page and leave it up and don't do a thing with it, I should still have session state 15 minutes later right?
Wrong!
My session state goes dead somewhere around 12 minutes or so.
Any ideas?
I've been beating this one up for the last week or so and I'm at the end of my rope.
Thanks.