Ahh ... I remember that now .. But adding the 30 was after the problem started ... If I take the sessiontimeout param out and restart the servers, I am still not able to set sessions ... (well the set, but upon page reload, they are gone).

I am at a loss!

Paul Giesenhagen
QuillDesign

  ----- Original Message -----
  From: [EMAIL PROTECTED]
  To: CF-Talk
  Sent: Friday, October 10, 2003 3:01 PM
  Subject: Re: Sessions - won't stick around

  You need to use the createTimeSpan function within the sessionTimeout value.

  ----- Original Message -----
  From: Paul Giesenhagen <[EMAIL PROTECTED]>
  Date: Friday, October 10, 2003 1:55 pm
  Subject: Re: Sessions - won't stick around

  > I think that value is for minutes ...
  >
  > But even at that .. in my application it imediately does a
  > redirect and that takes maybe 1 second .. so it should stick at
  > least for that.
  >
  > But I will check on that time issue (good to know anyway).
  >
  > Paul Giesenhagen
  > QuillDesign
  >
  >  ----- Original Message -----
  >  From: DURETTE, STEVEN J (AIT)
  >  To: CF-Talk
  >  Sent: Friday, October 10, 2003 2:52 PM
  >  Subject: RE: Sessions - won't stick around
  >
  >
  >  Paul,
  >
  >
  >  Just off the top of my head wouldn't the sessiontimeout="30" set
  > the timeout
  >  to 30 seconds.
  >
  >
  >  Steve
  >
  >  -----Original Message-----
  >  From: Paul Giesenhagen [EMAIL PROTECTED]
  >  Sent: Friday, October 10, 2003 3: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