Have looked at this more and can now tell you that this is definatley
down to the server not writing any contents into the sess_nnn file.
Does anyone have any ideas why this would happen? I've checked all
permissions and tried changing the save_path to another folder that I
created specifically
Zac wrote:
Thanks for your response:
PHP Version 4.2.2
$_SESSION[test] = 'testData';
Regards
Zac
Please respond to the list, and not to an individual user (unless asked
of course).
Try adding quotes around your key...
$_SESSION['test'] = "testData";
--
John C. Nichel
KegWorks.com
716.856.96
>> What version of PHP? How are you 'setting' session variables?
Version 4.2.2
$_SESSION[test] = 'testData';
Cheers
Zac
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Zac Hillier - Net Affectors wrote:
Running on apache 1.3
session.save_handler = files
session.save_path = /tmp
session.use_cookies = 1
session.name = i
session.auto_start = 0
session.cookie_lifetime = 0
session_start() is included in the top of each page.
When I test session files are being writt
Running on apache 1.3
session.save_handler = files
session.save_path = /tmp
session.use_cookies = 1
session.name = i
session.auto_start = 0
session.cookie_lifetime = 0
session_start() is included in the top of each page.
When I test session files are being written into the /tmp folder and the
se
5 matches
Mail list logo