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/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to