The session expires after a certain amount of inactivity. So you could either write some JavaScript to redirect the page to a logout page, or a META refresh that does the same. You could even use a combination of both. Use
JS to pop up a message 5 minutes before the timeout, then use the META refresh to redirect to the logout page.