At 23:36 19.11.2002, Baumann Reto said:
--------------------[snip]--------------------
>Hi all
>
>Does somebody know if there is a potential problem with
>    Header("Location: ....");
>not working properly?
>
>I have a redirection, but it seems that on some browser, this doesn't work.
>Instead of the redirection, the same page is requested again!
>
>I'm also using sessions and html-post request to get to this page (probably
>they are messing things up).
>On most browser, the setup is working very well...
--------------------[snip]-------------------- 

Are you on IIS? I remember that there are problems with header('Location:
url'), as far as I can remember I once resorted to explicitly transmit
    header("HTTP/1.0 302 Moved\nLocation: newurl");
which would result in 2 adjacent headers... but I don't remember exactly,
it's already some time ago


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to