Paul, it appears youre not having cf send cookies to the browser.  So, in
this case you would have to add the cfid and token to your url string.  Are
you doing this?  If not, I'd try setting setclientcookies = 'yes'.


DRE

-----Original Message-----
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]
Sent: Friday, October 10, 2003 1:46 PM
To: CF-Talk
Subject: Sessions - won't stick around

Has anyone ever been working with application that uses sessions and for
some reason, your server will not hold sessions?

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]

Reply via email to