Ask a Question related to ASP.NET Security, Design and Development.
-
Alex Dinu #1
Session timeout handling
I'm not sure if this is the right group to post this, but
this is my problem:
My default.aspx page is a frameset. Mt Login.aspx page is
not. When the session expires, and users are re-directed
to the login page via the AUTHENTICATION section in
web.config, the login page is loaded inside one of the
frames.
How can I load the login page as the top most page? I
tried to add top.location.href script to the login page,
but so luck there.
Thanks
Alex Dinu 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 handling with shm
Hi ! Has anybody already tried to implement session handling with shared memory ? I just started to try and it seems to work out as a secure... -
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? -
alex Dinu #2
Session timeout handling
I'm not sure if this is the right group to post this, but
this is my problem:
My default.aspx page is a frameset. Mt Login.aspx page is
not. When the session expires, and users are re-directed
to the login page via the AUTHENTICATION section in
web.config, the login page is loaded inside one of the
frames.
How can I load the login page as the top most page? I
tried to add top.location.href script to the login page,
but so luck there.
Thanks
alex Dinu Guest



Reply With Quote

