Re: Session timout problem
From: Ismail Rajput (human_to_human_at_hotmail.com)
Date: 02/22/04
- Next message: Tom Pester: "cookieless session? Who has it working?"
- Previous message: DAvef: "Cookie question"
- In reply to: mg: "Session timout problem"
- Next in thread: Ismail Rajput: "Re: Session timout problem"
- Reply: Ismail Rajput: "Re: Session timout problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 01:39:01 +0500
i think you do not have to use
timeout = "1"
use
timeout= 1
"mg" <mg@theworld.com> wrote in message
news:4EB06580-0453-4278-901B-F7D7F34397CE@microsoft.com...
> I can't get WebForm1 to load load automatically after a session timeout,
with the following code. How can I do so?
>
> In Web.config:
>
> <sessionState
> mode="InProc"
> timeout="1"
> />
>
>
> In Global.asax.cs:
>
> protected void Session_End(Object sender, EventArgs e)
> {
> Response.Redirect("WebForm1.aspx");
> }
- Next message: Tom Pester: "cookieless session? Who has it working?"
- Previous message: DAvef: "Cookie question"
- In reply to: mg: "Session timout problem"
- Next in thread: Ismail Rajput: "Re: Session timout problem"
- Reply: Ismail Rajput: "Re: Session timout problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|