Ensure that wherever you reference or set session variables that you lock
them by enclosing the code with:
<CFLOCK TIMEOUT="30" NAME="#Session.SessionID#" TYPE="ReadOnly">
your code
</CFLOCK>

regards,
Nick Betts
PoulterNet
Leeds
UK.

-----Original Message-----
From: Dominic J. Doucet-Lorang [mailto:[EMAIL PROTECTED]]
Sent: 07 December 2000 11:21
To: CF-Talk
Subject: session variables


I am getting a strange occurrences with session variables on a project.  On 
some systems that login to the project it looses the session variables and 
on others it does not loose any of the session variables.   Anyone have any 
ideas?

Dominic
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to