|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-05-21 17:13 UTC] zxqc2 at dunc dot com dot au
[2005-05-21 21:11 UTC] rasmus@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 13:00:01 2025 UTC |
Description: ------------ (Sorry, I didn't found any reports about that issue. Can't believe nobody reported this yet!) ini_set('session.save_path','...') works great - it produces an error when user is trying to set session.save_path to directory owned by another user. But why session_save_path doesn't perform safe_mode checks? For now with session_save_path any server user can quietly substitute session contents at any site located at the same server if he knows the path to directory where that site's session files stored. :(