>- see footer for list info -< Thanks Jenny, It is a bit bizarre, I have tried a number of situations such as leaving a window open longer than the time out and then clicking on any link, have tried it with multiple windows, tried it with different browsers such as firefox, netscape etc but am unable to reproduce the problem.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 11 September 2005 15:41 To: Coldfusion Development Subject: Re: [CF-Dev] Application Session Issue >- see footer for list info -< Hi Lee, <cfapplication name="dating" clientstorage="dating" clientmanagement="Yes" sessionmanagement="yes" setclientcookies="yes" setdomaincookies="yes" sessiontimeout="#CreateTimeSpan(0, 6, 0, 0)#"> This is taken from my application.cfm on http://www.chicksnchaps.co.uk I haven't used the <cfsilent> tag before, so I can't comment on that. I have clientstorage set to a datebase table (dating). I set my application timeouts in CFadmin and only set session time outs in the application.cfm. I'm not familiar with the scriptProtect option either. Hope this helps! Jenny http://www.fasttrackonline.co.uk > <cfsilent> > <!--- Set the time out period for the session ---> <cfset > request.timeout_minutes = 60> > <!--- Set up the application ---> > <cfapplication > name="D8M8ReminderService_290405" > Clientmanagement="Yes" > Clientstorage="ClientVariables" > setclientcookies="Yes" > sessionmanagement="Yes" > sessiontimeout="#CreateTimeSpan(0,0,request.timeout_minutes,0)#" > applicationtimeout="#CreateTimeSpan(1,0,0,0)#" > scriptProtect="All"> > </cfsilent> > <cfset request.mySelf = "#request.self#?fuseaction="> <cfset > FUSEBOX_APPLICATION_PATH = ""> <cfinclude > template="fusebox4.runtime.cfmx.cfm"> > > Lee Fortnam > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Lee Fortnam > Sent: 10 September 2005 19:25 > To: 'Coldfusion Development' > Subject: [CF-Dev] Application Session Issue > >>- see footer for list info -< > Hi All, > > An application I have appears to be randomly throwing the following error. > > Session is invalid > > The error occurred in > D:\wwwroot_CFMX10120\d8m8online.com\wwwroot\index.cfm: > line 9 > 7 : Clientmanagement="Yes" > 8 : Clientstorage="ClientVariables" > 9 : setclientcookies="Yes" > 10 : sessionmanagement="Yes" > 11 : sessiontimeout="#CreateTimeSpan(0,0,request.timeout_minutes,0)#" > > The site is http://www.d8m8.co.uk/, looks like it is when the browser > has been open for a while and then the user clicks on something. > > Currently have request.timeout_minutes set at 60 for the above > application. > > Would welcome any ideas? > > Regards, > > Lee > > _______________________________________________ > > For details on ALL mailing lists and for joining or leaving lists, go > to http://list.cfdeveloper.co.uk/mailman/listinfo > > -- > CFDeveloper Sponsors:- >>- Hosting provided by www.cfmxhosting.co.uk -< >>- Forum provided by www.fusetalk.com -< >>- DHTML Menus provided by www.APYCOM.com -< >>- Lists hosted by www.Gradwell.com -< >>- CFdeveloper is run by Russ Michaels, feel free to volunteer your >>help -< > > _______________________________________________ > > For details on ALL mailing lists and for joining or leaving lists, go > to http://list.cfdeveloper.co.uk/mailman/listinfo > > -- > CFDeveloper Sponsors:- >>- Hosting provided by www.cfmxhosting.co.uk -< >>- Forum provided by www.fusetalk.com -< >>- DHTML Menus provided by www.APYCOM.com -< >>- Lists hosted by www.Gradwell.com -< >>- CFdeveloper is run by Russ Michaels, feel free to volunteer your >>help -< > _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help >-< _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
