Thanks Dave. I'll check that out. A member of my local CFUG suggested much the same thing.
<!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 10:11 AM To: CF-Talk Subject: Re: Coldfusion "Session is invalid null" error in CFMX 6.1 On 6/21/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > Looks like we already have that one installed. > I posted this same answer a couple of days ago... You need to go into your web.xml file (found in the WEB-INF directory root) and make sure that the <session-timeout> value set in there is greater than the max time set in your CF Administrator. The value in the web.xml file (it's found towards the very bottom of the file in a session-config tree) is in minutes (with a default of 300, aka 5 hours). It looks like you have the value in your CF Administrator set to 23 hours? If so, then make sure the value is 1381 (I add 1 minute for good measure). Restart the instance and off you go... Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244418 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

