Topic: Wrong Redirect after Logout/Login
Hi,
I have installed PunBB a few days ago for my website and everything seemed to work OK from my own computer, but when I tested it from the public computers in my local library, I noticed some problems with the page redirect after I logout from my session. After the redirect notice, the page still says 'you are logged in as...' although I am actually logged out. From then on it gets really confusing, because when I subsequently log in as a different user for instance, I still get the message that I am logged in as the first user; only when I request a page that I haven't requested before (e.g. the search page) it gives the correct user name.
The problem exists by the way also for this particular forum, so it is not restricted to my installation.
Similar problems have been reported before in this forum, and it has been suggested that it has something to do with cookies, but to me it looks more like a cache problem. The point is that the local library network connects, as far as I am aware, over a proxy server to the internet, and it seems that pages are getting cached there that shouldn't be cached. I have therefore already additionally added a "Cache-Control: private" to the HTTP headers, but to no avail.
I personally could live with this behaviour, but I think for the unspecting user it is unacceptable, so any suggestions how to remedy this are appreciated (as otherwise I really like PunBB).
Other forums (e.g. phpBB) don't have this problem at all by the way, so this shows that it should be possible to make this properly work even in this particular case.
Thomas