I've followed this thread a little as we recently saw this 'session is
invalid' error on our CFMX 6.1 boxes.   We are currently testing out
the workaround posted on macromedias site.  Ironically, I was just on
macromedia.com and received this error!!   So, CT is not alone in
this, eh?

 Session is invalid
 
Please try the following:

    * Enable Robust Exception Information to provide greater detail
about the source of errors. In the Administrator, click Debugging &
Logging > Debugging Settings, and select the Robust Exception
Information option.
    * Check the ColdFusion documentation to verify that you are using
the correct syntax.
    * Search the Knowledge Base to find a solution to your problem.

Browser         Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5)
Gecko/20041107 Firefox/1.0
Remote Address          10.171.12.38
Referrer        
http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=3&threadid=973651&CFID=34269723&CFTOKEN=dfc1953519a725c2-ED067204-F6A7-DDB7-7397EA6006EBBE0E&jsessionid=4830dc584a4c12524303
Date/Time       11-Mar-05 11:59 AM


On Fri, 11 Mar 2005 10:53:58 -0800, Paul Kenney <[EMAIL PROTECTED]> wrote:
> Anyone have any idea how this same fix can be modified for use in
> Application.cfc?
> 
> 
> On Fri, 11 Mar 2005 11:20:06 -0700, Connie DeCinko <[EMAIL PROTECTED]> wrote:
> > So far, this seems to be working for me. Have not seen an error... Yet.
> >
> > <cftry>
> >         <cfapplication name="theName"
> >         applicationtimeout="#createtimespan(1,0,0,0)#"
> >         clientmanagement="Yes"
> >         sessionmanagement="Yes"
> >         sessiontimeout="#createtimespan(0,0,20,0)#"
> >         setclientcookies="Yes">
> >
> >         <cfcatch type="Any">
> >                 <cfapplication name="theName"
> >                 applicationtimeout="#createtimespan(1,0,0,0)#"
> >                 clientmanagement="Yes"
> >                 sessionmanagement="Yes"
> >                 sessiontimeout="#createtimespan(0,0,0,0)#"
> >                 setclientcookies="Yes">
> >         </cfcatch>
> > </cftry>
> >
> >
> > -----Original Message-----
> > From: Nando [mailto:[EMAIL PROTECTED]
> > Sent: Friday, March 11, 2005 11:10 AM
> > To: CF-Talk
> > Subject: Re: Problems at CrystalTech have gotten ugly!
> >
> > I have the Session is Invalid error happen on my development machine
> > from time to time, and i've seen it on 6.1, so it seems this has
> > nothing to do with the webhost, or with mx 7.0 in particular. I've
> > made a few stabs at fixing it, but since it occurs kinda out of the
> > blue, it's been a little hard for me to figure out what's been going
> > on.
> >
> > Bud, thanks for nailing this issue, at least to the extent that i can
> > deal with it gracefully.
> >
> > :-)
> >
> > Nando
> >
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198477
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to