Session has ended message

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

Is there a way to automatically jump to a session has ended error message
automatically from all my pages?

Right now I have to check to see if the session cookies are gone from each
page.

Thanks,

Tom
 
Hi Tom,
If your message system (where you display the message to the user in the web
page) required to render some message I would suggest using a Server or User
Control to handle this. Just code it once, and drag and drop to each page.
However if you have a more generic message system you can probably just do
the code in the Global.asax.

Thanks Asp.net 2.0 for master page :)
 

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

Back
Top