Skip to Content
0
Sep 09, 2007 at 08:20 AM

Redirect to login page after X minutes

44 Views

Hi all,

I want to redirect the user to the login page after X minutes of <b>inactivity</b>.

According to several threads in SDN there are HTTP session (for irj/Web Dynpro) and life time of the logon ticket.

The invalidation of the HTTP session works but I want to redirect the user to the login page.Configuring the logon ticket parameter log outs the user even if he is in the middle of work.

I wrote a custom solution (par file) and added it to the framework page, but I cannot catch onmousedown/onkeydown/onmousemove events on the framewrok page.

So for now my solution is working like a "nagging" screen (there are some events that I can catch like UpdateTLN - in this case I can reset the timer but for all other events there is a problem...)

Is there a way to solve it?

Can someone suggest custom solution for this issue?

Thanks,

Omri