>- see footer for list info -<
Not sure why that would happen TBH

Putting  a cftry round the application.cfm may get you out of trouble

E.g.
<cftry >
        <cfapplication name="blar" sessionmanagement="yes">
        <!--- if error relocate back to home page, reinitialise session?
--->
        <cfcatch type="any">
                <cflocation url="http://www.site.com/home.cfm";>
        </cfcatch>
</cftry>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lee Fortnam
Sent: 13 September 2005 14:38
To: 'Coldfusion Development'
Subject: RE: [CF-Dev] Application Session Issue

>- see footer for list info -<
Just had the same issue crop up on another machine. The firefox window had
been open for about 30 mins having looked at a google search, the user then
came back (having visited the site earlier in the day) to receive the same
error message as shown below:

> 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)#"

Really don't know why it is happening, it is easily solved by shutting the
browser down and then going to the site again but hardly a fix I can
prescribe to my MD!

Any ideas????

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lee Fortnam
Sent: 12 September 2005 15:27
To: 'Coldfusion Development'
Subject: RE: [CF-Dev] Application Session Issue

>- see footer for list info -<
Thanks Mark,

Currently hoping this will solve it before looking to resort to the method
resolving the Bug Jenny mentioned (thanks for that Jenny).

Have uploaded a new version of the Cfapplication spec with the date of
release in the name, i.e.

<cfapplication 
        name="D8M8ReminderService_120905" 
        Clientmanagement="Yes"
        Clientstorage="ClientVariables"
        setclientcookies="Yes"
        sessionmanagement="Yes"                                         
        sessiontimeout="#CreateTimeSpan(0,0,request.timeout_minutes,0)#"
        applicationtimeout="#CreateTimeSpan(1,0,0,0)#"
        scriptProtect="All">

Fingers crossed this will resolve it. Thanks All.

Lee Fortnam

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Smyth
Sent: 12 September 2005 14:54
To: 'Coldfusion Development'
Subject: RE: [CF-Dev] Application Session Issue

>- see footer for list info -<
Long shot but worth a check....

Just make sure you don't have 2 applications on the same server with the
same name in the cfapplication tag.



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lee Fortnam
Sent: 12 September 2005 14:10
To: [EMAIL PROTECTED]; 'Coldfusion Development'
Subject: RE: [CF-Dev] Application Session Issue

>- 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 
>-<




_______________________________________________

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 -<

Reply via email to