In my hosting environment, I am pointing php.ini to a session.save_path of /var/lib/php/session and have used a chmod 1777 on the session directory and all of the sites can store cookies there just fine.
The root files for the web sites are at /var/www/vhosts/myapp1, 2, 3, 4/docs/
Are there any security concerns using the 1777 in this instance regarding hijacking cookies or any other security considerations? The session directory is owned by Apache.
Thanks