I am not expert here, but it sounds like it is not a user issue.


If I understand Sessions correclty, every user gets a unique cftoken which is where the session variables are linked. It sounds that somehow other users are getting the same cftoken. So I would review your code to look to see if you are redistributing cftokens some how.


On 6/18/2014 10:05 PM, Rawk wrote:
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] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
--
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.

Reply via email to