|
Posted by Tom on 06/14/06 17:21
Are you session-write-closing before redirect? This may help:
http://www.php.net/manual/en/function.session-write-close.php
Tom
Geoff Berrow wrote:
> I have a page containing a form. The page submits to itself and if the
> data validates, stores the posted variables into a database and also
> into a session. I then use header to redirect to another page which
> fetches the variables from the session array and displays them.
>
> All works fine on the Linux test server. However the production server
> is Windoze running PHP 5. reg globals off I am intermittently losing
> variables. from the session array
>
> It's not a register globals issue - sometimes they are there sometimes
> not. The only other difference I can see is the session.gc.divisor
> which is set to 1000
>
> Anyone come across anything like this?
> --
> Regards,
>
> Geoff Berrow
Navigation:
[Reply to this message]
|