My web application starts from a login page that enables authorized people to use the system.

I tryed to define a timeout session after which no more browsing will we alowed (a new login process will be required).

But it seems like I have to check the session timeout state in each page I load (and I got too much of them).

Isn't there a way to redirect to the login page after the time is up. Or at least disable the browsing?