Search found 1 match
- Mon Dec 11, 2006 5:26 am
- Forum: PHP - Code
- Topic: How to end sessions without cookies.
- Replies: 1
- Views: 193
How to end sessions without cookies.
Hello, I would like to know how I can finalize a session that works without cookies. By now I do it with session_destroy () that doesn't end the session but leaves it without effect, although the ID of the session continues existing (in the page where I execute session_destroy () it lost the ID, but...