« Return to Thread: how to notify session time out to disabled user

Re: how to notify session time out to disabled user

by igor.vaynberg :: Rate this Message:

Reply to Author | View in Thread

if their session times out they will get a page expired error page
next time they try to use the app. just make sure your page expired
error page is 508 compliant.

if you actually want to let them know *when* it happens you can add a
javascript timer to every page and redirect to page expired error page
when the time hits. although, not a lot of screenreaders, etc, support
js.

-igor

On Thu, Jul 2, 2009 at 7:47 AM, tubin gen<fachhoch@...> wrote:

> our application must support  508 Accessibility, I need suggestion on
> how to implement
> automatic session timeout.If i user is idle for 30 minutes then
> session times out and how can I let a disabled user know about this ?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: how to notify session time out to disabled user