Ask a Question related to Dreamweaver AppDev, Design and Development.
-
BKBK #21
Re: Session Timeout
>... It doesn't time out. It doesn't do anything.
How do you know this? Do you check the session variables to see whether
they persist beyond timeout? I ask, in view of the following.
if someone is idle for 10 min and Coldfusion times their session out,>... if someone is idle for 10 min it kicks them out automatically back
>... to the admin login page.
they might not exist any longer for you to kick them out. You should therefore
not wait for the the user to be sent back to the admin login page, as a sign
that their session has timed out. You could wait forever, while CF had indeed
timed them out.
BKBK 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... -
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? -
How to set session timeout
Setting session timeout in web.config file does not seem to have any effect. Any explanation or suggestion will be appreciated.



Reply With Quote

