You are using J2EE session vars and your session timeout (8 hours) is longer
than the J2EE session timeout (which is separate to the timeout in the
admin):

http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19109

-----Original Message-----
From: Richard Colman [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 8 January 2005 10:05 
To: CF-Talk
Subject: Session is Invalid?

Here is a new one on me. Upon attempting to enter my site, I got:
=======================
 Session is invalid
 
The error occurred in Application.cfm: line 1

1 : <cfapplication name="CODAVer1" sessionmanagement="Yes"
clientmanagement="Yes" SESSIONTIMEOUT="#CREATETIMESPAN(0,8,0,0)#" >
2 : <cfparam name="Session.UserName" default="">
3 : <cfparam name="Session.Password" default=""> ========================

I am not sure what is causing this? The sessiontimeout?
My code at the beginning of the index page:

<CFIF isdefined("session.loginok")><cfelse><CFSET session.loginok =
"NO"></cfif> <CFIF isdefined("session.level")><cfelse><CFSET session.level =
"0"></cfif>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Sams Teach Yourself Regular Expressions in 10 Minutes  by Ben Forta 
http://www.houseoffusion.com/banners/view.cfm?bannerid=40

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189711
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to