Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
the real rob rone #1
changing a session timeout
Is it possible to change the timeout on a users session variable after the session has been initialized?
If so, how?
Thanks!
the real rob rone Guest
-
how to specify session timeout
Hi I am setting objects in the session using following tycnique. <mx:RemoteObject id="loginidObj" source="servlet" showBusyCursor="true"... -
PHP session timeout
I've modify the php.ini the session.gc_maxlifetime to reduce the time of timeout of the session variabiles. But it not seems to go. In fact the... -
[PHP] Session Timeout
Hi, Saturday, August 30, 2003, 1:55:02 PM, you wrote: SW> From what I see, the default timeout for a session is 1440 seconds or SW> 24 minutes.... -
Session.timeout
I have a session object Session("login") whereas I need to extend the time on this to 1 hour, instead of the default 20 minutes. After initializing... -
IIS Session timeout
Is there a way to notify a client browser that their IIS Session is about to OR has just expired? -
jdeline #2
Re: changing a session timeout
Since Application.cfm runs before each page is executed, you should be able to
dynamically change sessionTimeout. The change could be made by code located in
Application.cfm, or by setting a session variable (session.newTimeout) in
another page and making you CFAPPLICATION tag have the attribute sessionTimeout
= session.newTimeout.
I haven't tested this, so you might write a couple of test pages to verify
this works.
jdeline Guest



Reply With Quote

