time out issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

i have a simple web page with a datagrid on it and that's it. i enter in
information throughout my day and sometimes i'll get the message object not
istantiated, so i'm assuming it's a timing out issue.

is there a way i can get it to prompt me with a messagebox and ask me to
continue the session?

thanks,
rodchar
 
No. Once the session has timed out, it is gone. Everything you stored in it
is gone. Your only option is to either not rely on session state, or to
increase the timeout to an acceptable value.
 
Back
Top