sessions save path

expream

Verified User
Joined
Sep 17, 2005
Messages
52
Hello all!

Here is a little tip how to make your php a little bit more secure...

By default sessions save path is /tmp and every one has access to it ... so there is no problem to access other sites..

And I want to move /tmp to /home/user/tmp and then just add a php hanler to httpd.conf ...

And now I have two question :)
1. How to make /home/usr/tmp folder? I need to change skeleton? (I have search forum and have found some explanaitino... but i didnt understood it)
2. What name is of this php handler?
php_admin_value sessions_save_path /home/user/tmp ? or php_value? or?

Max.
 
Back
Top