sander,
this isn't so much a problem with people using the back button or whatever,
but if you set all your pages not to cache
header("Expires: 0");
header("Cache-Control: no-cache");
will do that, then also require a cookie once they are logged in. during the
logout process (and have the cookie
Hi
if you add
to your header that should stop the browser caching and if you do all your
links using a form with the method set to 'post' that should stop people
using the back button
HTH
Peter
---
Excellence in internet and open source software