Page 1 of 1

Session Handling PHP 5 ?

PostPosted: 11. January 2007 13:56
by libertyct
my sessions wont work on php5, i have looked around the net and this seems to be a bug in php5, can anyone be of assitance? if this was discussed here before can someone point me to the link? or maybe they are some settings i can change in my installation to make sessions work?

thnx!

PostPosted: 11. January 2007 14:26
by Wiedmann
my sessions wont work on php5 ... and this seems to be a bug in php5,

I think you should better write your code is buggy ;-)

can anyone be of assitance?

Without a simple code example, which does not work for you, we can't help.

PostPosted: 12. January 2007 08:36
by hoergen
That has nothing to do with buggy code. There is a unhappy configuration in php.ini

Change the session.save_path to something like

Code: Select all
session.save_path = "0;600;C:\Temp


dem hoergen