Session variable data
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: Session variable data
Can you try what I suggest here and see what happens on your server?
Re: Session variable data
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.
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.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: Session variable data
So you don't have permissions to write to /tmp?
Re: Session variable data
client has their site hosted with att web hosting...