Posted by Geoff Berrow on 09/25/05 03:34
I noticed that Message-ID: <Gla2yUA2LeNDFwcV@zen.co.uk> from Peter
Wilson contained the following:
>session_start();
>session_unregister($_SESSION['prerelase']);
>unset($prerelase);
It's a lot easier than you think
session_start();
$_SESSION['prerelase']="y";
echo $_SESSION['prerelase'];
unset $_SESSION['prerelase'];
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
Navigation:
[Reply to this message]
|