PHP Session directive

Status
Not open for further replies.

clanuis

New Member
Messages
51
Reaction score
0
Points
0
Hello there guys,

I'm willing to use this line in .htaccess file:

Code:
php_value session.save_path /home/clanuis/sessions

However, it seems like it won't work. As soon as I put that line, all I get is 500 internal server error everywhere.

Any ideas? :dunno:

"clanuis" is my domain and "sessions" is a folder I create in "home" directory.

If I'm not suppose to change the htaccess file (is this true?) due to x10 restrictions, do you guys know other way of telling PHP to store their session files in that specific folder? A plugin of my forum requires me to do that :frown:

I searched the forum, but nothing clear came up =/
Edit:
Anybody out there? :frown:

Edit 2: Thanks for moving this to "level 2". But please don't make changes in my account. I'm still considerating the best approach to do this.
 
Last edited:
Status
Not open for further replies.
Top