Re: Chaning session time out per user. (General questions)
I tried your suggestion but encountered a problem. For some reason sessions only last 10 minutes exactly! I want sessions to be 'infinite' and my code manually manages if login. But I've noticed that the session vars are gone after exactly ten minutes (tested on IE and Firefox).
I set timeout to 0 and removed any reference to sessiontimeout. Is there some hidden default value? How do I ensure sessiontimeout is infinite ?
Where is this 10 minute limit coming from?
Help...