Page MenuHomeDevCentral

Create individual PHP session directories per php-fpm user
ClosedPublic

Authored by dereckson on Mar 23 2018, 19:25.
Tags
None
Referenced Files
F38982647: D1486.diff
Sun, Jul 26, 09:14
Unknown Object (File)
Sat, Jul 25, 09:57
Unknown Object (File)
Fri, Jul 24, 08:49
Unknown Object (File)
Wed, Jul 22, 08:31
Unknown Object (File)
Tue, Jul 21, 10:54
Unknown Object (File)
Mon, Jul 20, 22:40
Unknown Object (File)
Mon, Jul 20, 17:07
Unknown Object (File)
Mon, Jul 20, 08:31
Subscribers
None

Details

Summary

To improve security for applications not using a custom session
handler, it's better to isolate sessions in a directory only
readable by the current php-fpm pool username.

As such, a security issue with one site allowing to browse files
won't allow to hijack sessions on a site served by another php-fpm pool.

Meanwhile, we reset to the default value in php.ini to allow quick tests
with php -S internal server on development servers.

Ref T417.

Test Plan

Test with www.dereckson.be

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
php-individual-session-dirs (branched from master)
Build Status
Buildable 2342
Build 2590: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson accepted this revision.
This revision is now accepted and ready to land.Mar 23 2018, 20:37
This revision was automatically updated to reflect the committed changes.