Re: Session Timed Out Issue (URGENT)
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Wed, 14 Sep 2005 07:30:39 +0100
Thaynann <Thaynann@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> I am developin an application that access a web site, i can get to the first
> page of the site, but when i POST to get to other pages, it gives me a
> message (amongst the HTML code) "Session Timed Out"
>
> It doesnt happen in IE, unless i leave the site sitting for about 10mins (my
> code executes in under 10 mins)
>
> can anyone help me as to why this happens?
Presumably because you've got a session timeout of 10 minutes - ASP.NET
will throw away the session after it hasn't been used for a certain
length of time. I'm sure you can increase the timeout, although I don't
know exactly where. You'd be better off asking in an ASP.NET newsgroup
- your question has nothing to do with C#, really.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
.
- Prev by Date: Re: passing array of structures from C dll to C#
- Next by Date: Re: ANN: Future of .NET
- Previous by thread: Re: ANN: Future of .NET
- Next by thread: Re: Session Timed Out Issue (URGENT)
- Index(es):
Relevant Pages
|