you probably have the default session timeout set atv 20 minutes in the CF administrator - this has caught me out a few times.
> -----Original Message----- > From: Dave Phipps [mailto:[EMAIL PROTECTED] > Sent: 04 March 2003 09:27 > To: ColdFusion User group > Subject: [ cf-dev ] Session timeout problem > > > Hi, > > 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] > -- ** 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]
