Dear All
I have been trying out the sessions in PHP. Am able to log into a my site and sessions for that particular logged on session. My problem is with the logout. Am unsetting and destorying the session on my way out but when I click on the back button on my browser, I am able to view my last visited page. how can i get around this?
Another feature with regards to sessions i would like to have on my site is the timeout. I would like to have a session time out which when the time is up, the user must not continue to use the site. with my site they are able to contiune
Please help
I have been trying out the sessions in PHP. Am able to log into a my site and sessions for that particular logged on session. My problem is with the logout. Am unsetting and destorying the session on my way out but when I click on the back button on my browser, I am able to view my last visited page. how can i get around this?
Another feature with regards to sessions i would like to have on my site is the timeout. I would like to have a session time out which when the time is up, the user must not continue to use the site. with my site they are able to contiune
Please help
Comment