----- Original Message -----
From: Paul Giesenhagen <[EMAIL PROTECTED]>
Date: Friday, October 10, 2003 2:54 pm
Subject: Re: Sessions - won't stick around
> I am not using client variables ...
>
> This was working .. I was coding and then refreshed and it stopped
> working... I hadn't changed any settings ... just coding and
> saving and reloading the browser .. and then poof! It stopped
> working.
> I am going to load some old code and see if it is something I
> possibly did ...
>
> Paul Giesenhagen
> QuillDesign
>
> ----- Original Message -----
> From: Andre Turrettini
> To: CF-Talk
> Sent: Friday, October 10, 2003 3:16 PM
> Subject: RE: Sessions - won't stick around
>
>
> 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 [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]

