Page 2 of 2
Re: Session variable data
Posted: Sun Jan 18, 2009 1:53 am
by RobertGonzalez
Can you
try what I suggest here and see what happens on your server?
Re: Session variable data
Posted: Sun Jan 18, 2009 3:32 pm
by kipp
I was able to get it to work by adding the following
session_save_path("/path/phpsessions");
Question is does this location have to be above root, etc...Can I set up a regular folder or is that a big security risk? Also, if I do so, what would the permissions for this folder have to be for the sessions to be written and read correctly.
Thanks.
Re: Session variable data
Posted: Sun Jan 18, 2009 5:32 pm
by RobertGonzalez
So you don't have permissions to write to /tmp?
Re: Session variable data
Posted: Sun Jan 18, 2009 6:16 pm
by kipp
client has their site hosted with att web hosting...