
08-10-2009
|
|
|
|
Re: IE 8
I'm sorry that you too are having problems, but your post neither address nor
has anything to do with my problem and original post!!
It would be more logical to start your own thread relating to your specific
problem.
"undisclosed" wrote:
>
> I am using IE 8 for my project , but it randomly shows me an error
> 'session expired and diverts me to the session expired page , while i
> have kept session timeout = 500 in web.config file.
>
> so what should i do to avoid this problem.
> i am using Windows XP SP2,IIS V5.1 , .Net Framework 2.0
> My Session management is cookie less = true.
>
> I am using following piece of code to check session timeuot
>
> Response.AppendHeader("Refresh", Convert.ToString(Session.Timeout * 60)
> & "; URL=frmExpiredSession.aspx")
>
>
> But its not working.
>
> Is something wrong here?
>
> please
>
> Thanks in advance.
>
>
> --
> vitthalgb
>
|