|
Posted by Matthias Braun on 06/07/05 23:00
Help!
I try to delete at the end of the php-session either the cookies or the
sessionid (depending on cookies are allowed or not):
<?php
ini_set('session.use_trans_sid',1);
session_start();
unset($_SESSION['PHPSESSID']);
setcookie('PHPSESSID',FALSE,0);
?>
but it doesn't work. Who can help?
Thanks,
Matthias
Navigation:
[Reply to this message]
|