PDA

View Full Version : Session problem



enginaar
08-16-2005, 08:06 AM
Hello,

I've a problem with sessions. It seems, php can't read session variables from the session file in tmp dir. When i registered a session i can see it in my sessionpath in a file but can't read it from my web page.

Safe mode is off.
I've added a line in my users httpd.conf file like below.

php_value session.save_path "/home/user/domains/domain.com/public_html/tmp"

Nothing changed.
Any idea?