... Problem not solved, even with : - only JSESSIONID cookie (there isn't any CFID/CFTOKEN cookies), - sessiontimeout defined in <cfapplication> tag, - clientmanagement disabled.
I just got the "Session is invalid" error message on our production server (under beta testing...). It doesn't want to pass the <cfapplication> tag on anothersub.domain.com (which was working few minutes ago) and it works fine under www.domain.com. I really start to think that this is a bug. We are probably going to force the user to close its browser with javascript when we trap this error... (pretty violent workaround, isn't it?). Benoit Hediard #affinitiz.com > -----Message d'origine----- > De : Benoit Hediard [mailto:[EMAIL PROTECTED] > Envoy� : lundi 28 juillet 2003 09:08 > � : CF-Talk > Objet : RE: "Session is invalid" on CFMX > > > You're right Jim. > You have to setClientCookies to "no" in <cfapplication>, and then > you don't > get any CFID/CFTOKEN cookies anymore. > > I've also explicitly added the session timeout in <cfapplication> > to see if > it solves my "problem/bug". > > I'll keep you informed! > > Thanks. > > Benoit Hediard > www.benorama.com > > > -----Message d'origine----- > > De : Jim Davis [mailto:[EMAIL PROTECTED] > > Envoy� : lundi 28 juillet 2003 03:48 > > � : CF-Talk > > Objet : RE: "Session is invalid" on CFMX > > > > > > > -----Original Message----- > > > From: Sean A Corfield [mailto:[EMAIL PROTECTED] > > > Sent: Sunday, July 27, 2003 9:31 PM > > > To: CF-Talk > > > Subject: Re: "Session is invalid" on CFMX > > > > > > On Sunday, Jul 27, 2003, at 16:51 US/Pacific, Jim Davis wrote: > > > >> From what I can tell it doesn't create them if J2EE session > > > >> management is > > > > enabled. However they still ARE created for CF Client Management > > > > (Client > > > > Scope). That may be where the confusion is. > > > > > > > > Basically if you enable J2EE sessions and disable > clientmanagement the > > > > cookies don't look like they're being set. > > > > > > Ah, thanx for that clarification Jim. That makes a lot of > sense really. > > > Although I have client variables turned off in the admin but still see > > > the cookies. I guess I need to explicitly disable client management in > > > my cfapplication tag? > > > > I'm really not sure... I know I had specific problems due to this > > (CFTOKEN/CFID not existing when J2EE sessions were enabled) and > > that's when > > I sorted it all out. > > > > However that was the original MX release. If things are different now > > perhaps it's an Updater change? > > > > Jim Davis > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

