Posted by Colin McKinnon on 06/21/06 20:52
stathisgotsis@hotmail.com wrote:
> Hello everyone,
> I am having a brain fart or something, why won't this work?
>
> test.php:
>
> <?php
> session_start();
> $_SESSION['username']='test';
> header("Location: test2.php");
> exit();
> ?>
Can you set a cookie in 302 response?
I'd look at the traffic (squid / ethereal / iehttpheaders / firefox
tamperData) and see. Or start the sessions before loaing test.php
C.
[Back to original message]
|