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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top