I actually don't have any code that directly works with cookies. I'm just working with the session variable. I have the following session-related code in my Application.cfc:
<cfset THIS.SessionManagement = true /> <cfset THIS.SessionTimeout = CreateTimeSpan(0, 8, 0, 0) /> In the admin console, I set the Client Variable Storage setting in the admin console to my database instead of cookies in an attempt to correct this problem. I've also set "Use J2EE Sessions" to No. -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
