RE Session_end

  • Thread starter Thread starter Amol
  • Start date Start date
A

Amol

HI ,
I am tring to use the session_end event in global.asax.
My requirement is after specific time i need to show a msg box to user
for he being idle and after that need to redirect the user to other
page.
How can i achieve it??
Thanx in advance
 
you cant 'pop up' a message to the user, need to wait until they click
on a page for the user to be notified.
 
I am tring to use the session_end event in global.asax.
My requirement is after specific time i need to show a msg box to user
for he being idle and after that need to redirect the user to other
page.
How can i achieve it??

You could include a refresh meta tag in the header of every page which
redirects to a timeout page after a certain number of seconds which, in
turn, pops an alert...

http://www.html-reference.com/META_httpequiv_refresh.htm
 

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