Session variables set before a header("Locatio n: whatever") are not
being written.
And yes, before the header() call, I have session_write_c lose() but the
result is the same. This problem is with PHP 4.3.10 on my hosting
providers' server (and obviously I wouldn't like the hassle of changing
hosting providers), but it works OK on some other PHP 4 and PHP 5
servers.
Is there any workaround?
being written.
And yes, before the header() call, I have session_write_c lose() but the
result is the same. This problem is with PHP 4.3.10 on my hosting
providers' server (and obviously I wouldn't like the hassle of changing
hosting providers), but it works OK on some other PHP 4 and PHP 5
servers.
Is there any workaround?
Comment