Ask a Question related to ASP.NET General, Design and Development.
-
Vrushal #1
Session Problem..
hi
i want to redirect user to login page as soon as
SESSION_END fires.. i have tried with response.redirect in
session_end event but its of no use.. ne clue how to do
this ..
thankx
vrushal
Vrushal Guest
-
#25574 [Bgs]: empty session.save_path = problem (session.use_only_cookies = 1)
ID: 25574 User updated by: markus.welsch@suk.de Reported By: markus dot welsch at suk dot de Status: Bogus Bug... -
#25574 [Opn->Bgs]: empty session.save_path = problem (session.use_only_cookies = 1)
ID: 25574 Updated by: iliaa@php.net Reported By: markus dot welsch at suk dot de -Status: Open +Status: ... -
#25574 [Opn]: empty session.save_path = problem (session.use_only_cookies = 1)
ID: 25574 User updated by: markus.welsch@suk.de Reported By: markus dot welsch at suk dot de Status: Open Bug Type:... -
#25574 [NEW]: empty session.save_path = problem (session.use_only_cookies = 1)
From: markus dot welsch at suk dot de Operating system: Linux 2.4.22 (Debian 3.0r1) PHP version: 4.3.3 PHP Bug Type: Session... -
Session problem when setting session variables in files that are in different directories
I am running PHP 4.3.0 on a WinXPpro machine and I recently got problem with sessions. What I am building is a loginsystem and I need to save... -
Bjoern Wolfgardt #2
Re: Session Problem..
Hi,
If had the same problem. You can either use WebForms authentication which
will automatically redirect the user to a specified login page if the
session is timedout.
Or you use the 'Application_OnAcquireRequestState' Event. Ask if
(IsNewSession) then redirect. This worked for me.
cu
Bjoern Wolfgardt
"Vrushal" <vsvartak@yahoo.com> schrieb im Newsbeitrag
news:076d01c358c9$1d119c30$a101280a@phx.gbl...> hi
>
> i want to redirect user to login page as soon as
> SESSION_END fires.. i have tried with response.redirect in
> session_end event but its of no use.. ne clue how to do
> this ..
>
>
> thankx
> vrushal
Bjoern Wolfgardt Guest



Reply With Quote

