I have an app which uses session management and I have noticed that the timeout that I have set (1 hour) seems to be ignored and I get logged out after about 20 minutes even if I am not sitting on the same page for all of that time.
Is there something I have not setup properly? My CFApplication tag looks like this:
<cfapplication clientmanagement="Yes" name="mysite" sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0,1,0,0)#" applicationtimeout="#CreateTimeSpan(0,1,0,0)#" setclientcookies="No">
Cheers
Dave
-- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
