|
Posted by AnrDaemon on 11/11/07 10:31
Greetings, Ezechiele.
In reply to Your message dated Friday, November 9, 2007, 19:44:40,
> Hi,
> I have problems with this following script that is called from page1.php
> and then go back to the calling page. But it seems the SESSION values are
> not saved properly, for in the calling page they are empty.
> This is the script:
The strange thing is that You using autoglobal arrays the same time as
deprecated long-name arrays.
Rewrite Your script using recommended autoglobal arrays $_SERVER, $_COOKIES
only and see if it work.
BTW, make sure You are NOT redirecting from http://www.host/ to http://host
> The strange thing is that the same script works properly for another
> domain.
If that domain on another hoster - probablethey both have different settings
for PHP.
--
Sincerely Yours, AnrDaemon <anrdaemon@freemail.ru>
Navigation:
[Reply to this message]
|