>- see footer for list info -<
Thought having the full Application.cfm file might help?
<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 -<