Password protection using sessions

wxdqz

New Member
Hi!
I'm working on a password-protection system using sessions. I'm using MySQL and PHP4.

I'm logged on, I'm able to create sessions, use the session object, and to destroy it.

I'm able to destroy the session when I log out, but when I hit the back-button, I get back to the last shown page, and I'm even logged on! What really happens is that it loggs on again.

This is probably easy, but I'm also pretty new to this, so please help me out somebody!

Kristian
 
Back
Top