Session problem

enginaar

Verified User
Joined
May 20, 2004
Messages
151
Location
Turkiye
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?
 
Back
Top