How to enable Session.Save_Path?

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.

  • 16 Users Found This Useful
Was this answer helpful?

Related Articles

cURL Code Sample

cURL is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP,...

How to enable Php Register Globals?

To enable Php Register Globals: 1. Create php.ini files in the directory  that requires...

Character Encoding i.e Chinese

The automatic method of choosing the character set is done by adding a META tag to the HTML of...