Posted by Oli Filth on 06/06/05 17:51
Wiert Dijkkamp said the following on 06/06/2005 15:22:
> Wan a headache? Get mine!
>
> The code
> echo "<br>before: ".$_SESSION['var1'];// -> outputs the correct value
> $_SESSION['var2'] = $something;
> echo "<br>after: ".$_SESSION['var1'];// -> outputs another value
>
> The obvious question: How can that be?
Difficult to say unless you post the actual code!
--
Oli
Navigation:
[Reply to this message]
|