|
Posted by zzapper on 09/06/05 19:39
Hi,
Php 4,3,2 has a regenerate session id function session_regenerate_id
un4tunately I 'm stuck with 4.3.1
The following doesn't seem to work
// Unset session data
$_SESSION=array();
// Clear cookie
unset($_COOKIE[session_name()]);
// Destroy session data
session_destroy();
Unless I close and reopen IE I always get the same session Id
Can ye help?
--
zzapper
Success for Techies and Vim,Zsh tips
http://SuccessTheory.com/
Navigation:
[Reply to this message]
|