Hello,
I'm just updating my cold fusion forms to use a SQL dsn rather than an Access one. I noticed that as soon as I change it, upon my login page I now get this error when someone trys to login:
Error Diagnostic Information
An error occurred while evaluating the expression:
Session.LoggedIn = FALSE
Error near line 1, column 7.
--------------------------------------------------------------------------------
Symbol Session.LoggedIn is in a scope that contains data shared across threads and cannot be accessed without an active lock
The error occurred while processing an element with a general identifier of (CFSET), occupying document position (1:1) to (1:32).
What does this mean??? In Access, never experienced this error, only since I'm now connecting to a SQL 7.0 server.
Thanks,
Lisa
UPS
I'm just updating my cold fusion forms to use a SQL dsn rather than an Access one. I noticed that as soon as I change it, upon my login page I now get this error when someone trys to login:
Error Diagnostic Information
An error occurred while evaluating the expression:
Session.LoggedIn = FALSE
Error near line 1, column 7.
--------------------------------------------------------------------------------
Symbol Session.LoggedIn is in a scope that contains data shared across threads and cannot be accessed without an active lock
The error occurred while processing an element with a general identifier of (CFSET), occupying document position (1:1) to (1:32).
What does this mean??? In Access, never experienced this error, only since I'm now connecting to a SQL 7.0 server.
Thanks,
Lisa
UPS