[nycphp-talk] $_SESSION, session_unset(), unset($_SESSION['var']), register_globals and the PHP Manual
Chris Shiflett
shiflett at php.net
Sat Jul 24 21:38:51 EDT 2004
--- Hans Zaunere <hans not junk at nyphp.com> wrote:
> That should have been:
>
> <?php
> unset($_SESSION['Phil']);
> header('Location: http://php.net/session');
> ?>
>
> Let's keep it clean
<?php
unset($_SESSION['Phil']);
header('Location: http://www.php.net/soap');
?>
Chris
=====
Chris Shiflett - http://shiflett.org/
PHP Security - O'Reilly
Coming Fall 2004
HTTP Developer's Handbook - Sams
http://httphandbook.org/
PHP Community Site
http://phpcommunity.org/
More information about the talk
mailing list