All of a sudden CFMX 6.1 stopped .. i could set the session, but as soon as I reloaded the page, the session was gone.
Exampe:
<cfset test = StructNew()>
<cfset test.name = "Paul">
<cfset session.sessionTest = test>
It would output just fine .. and then if I reload the page, session.sessionTest was not there.
I have this in my application.cfm file:
<cfapplication name="siteCart" clientmanagement="no" sessionmanagement="yes" setclientcookies="no" setdomaincookies="no" sessiontimeout="30">
And in the CF Admin sessions are set to 20 minutes .. NOTHING has changed in the application or CF Settings .. I have even rebooted the server.
Very strange.. Also, I though maybe some code I put in possibly was deleting the session .. but I put that sessionTest in the app and it didn't stick either ..
CFMX 6.1 WindowsXP (local box).
Thanks
Paul Giesenhagen
QuillDesign
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

