How to enable Session.Save_Path? Print

  • 16

To enable Session.Save_Path:

1) Create folder "session" in public_html directory.
2) Chmod 755 for the folder.
3) Add code php_value session.save_path '/home/username/public_html/session' in .htaccess file.


Was this answer helpful?

« Back