Register an event such
-
Hello I am wondering if anybody could please assist me in solving this problem. The problem is as follows: 1) I want a "session - about to expire in x: minutes " message to popup x - minutes before the session comes to an end. 2) I need to be able to register a 'session - refresh' event in a central position, thus not in the Page_Load event of every page. Is there a way to do this. I am a complete newby to ASP>Net and I would greatly appreciate any help. Thanking you in advance ChristiaanS :doh:
ChristiaanS
-
Hello I am wondering if anybody could please assist me in solving this problem. The problem is as follows: 1) I want a "session - about to expire in x: minutes " message to popup x - minutes before the session comes to an end. 2) I need to be able to register a 'session - refresh' event in a central position, thus not in the Page_Load event of every page. Is there a way to do this. I am a complete newby to ASP>Net and I would greatly appreciate any help. Thanking you in advance ChristiaanS :doh:
ChristiaanS
You would need to do this using a timer in javascript. You could also have all your pages inherit from a base page/master page that would output this script.