Issues with session variables

2011-01-13 Thread Maneesha Aggarwal
We have an issue with early timeout using session and client variables. We are using ColdFusion 5. We have set up sessiontimeout for 2 hours in CFAPPLICATION as well as in CF Admin (maximum timeout and default timeout). But Session variables expire in approximately 45 sec. The same behavior is

Re: Issues with session variables

2011-01-13 Thread Justin Scott
Are the session id and token cookies being set properly and retained by the browser and passed back to the application on subsequent requests? That is how ColdFusion links the request to the particular session in memory. If those values are being lost then CF wouldn't know what session to load.

Re: Issues with session variables

2011-01-13 Thread Wil Genovese
Exactly what he said. However, since you are also having trouble with client variables, I suspect that the memory storage location is the issue. Usually by default sessions are managed via the cookies on CF5. However it was possible to change this to Registry or choose a database. If the

Re: Issues with session variables

2011-01-13 Thread Nathan Strutz
For the timeout issue, there are a couple things, but most likely, your CF5 server is crashing. This is especially true if you have a busy server or use session application variables a good amount without using cflock. I think (and it's been a LONG time) you can check to see if your server is

User Login Issues with Session variables

2000-07-17 Thread Erik Nachbahr
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_000_01BFF04E.8EFF4E78 Content-Type: text/plain; charset="iso-8859-1" Greetings, I have an app that allows the user to create an