Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > IsPostBack and Session Timeout

Reply
Thread Tools

IsPostBack and Session Timeout

 
 
Sean Bytnar
Guest
Posts: n/a
 
      06-08-2005
Hello all,

I have a problem that I hope someone can help me with. Any webform in
my app reports IsPostBack = false if the Session times out. Because of
this my users lose any data they have entered in the form. Is there a
way to maintain the form values if the Session times out?

Thanks for any help,
Sean
 
Reply With Quote
 
 
 
 
=?Utf-8?B?TmVvIFRoZSBPbmU=?=
Guest
Posts: n/a
 
      06-08-2005
I don't think it is possible, because that's why it's called 'timeout'.

"Sean Bytnar" wrote:

> Hello all,
>
> I have a problem that I hope someone can help me with. Any webform in
> my app reports IsPostBack = false if the Session times out. Because of
> this my users lose any data they have entered in the form. Is there a
> way to maintain the form values if the Session times out?
>
> Thanks for any help,
> Sean
>

 
Reply With Quote
 
 
 
 
Sean Bytnar
Guest
Posts: n/a
 
      06-08-2005
Then my question would be why are Session and IsPostBack connected? Why
would a page have to have a Session to determine if the page is being
posted back or not? Why is a value not stored in the ViewState (which
doesn't die) to determine PostBack?

Thanks,
Sean

Neo The One wrote:
> I don't think it is possible, because that's why it's called 'timeout'.
>
> "Sean Bytnar" wrote:
>
>
>>Hello all,
>>
>>I have a problem that I hope someone can help me with. Any webform in
>>my app reports IsPostBack = false if the Session times out. Because of
>>this my users lose any data they have entered in the form. Is there a
>>way to maintain the form values if the Session times out?
>>
>>Thanks for any help,
>>Sean
>>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why Do IsPostBack and Master.IsPostBack Always Fire Twice? Joey ASP .Net 2 10-09-2008 06:17 AM
Session Timeout problems-web.confg session state and IIS session s =?Utf-8?B?Um9iSEs=?= ASP .Net 4 04-11-2007 04:52 PM
Timeout::timeout and Socket timeout Mark Probert Ruby 1 10-06-2004 09:30 AM
Session contents lost despite Session.Timeout = 3000; and <sessionState mode="InProc" cookieless="false" timeout="300"> Carpe Diem ASP .Net 3 02-23-2004 07:10 PM
web.config session timeout and forms authentication timeout Do ASP .Net 2 11-23-2003 02:27 PM



Advertisments