Edit report at https://bugs.php.net/bug.php?id=62217&edit=1
ID: 62217 Updated by: yohg...@php.net Reported by: eric-php at famderuiter dot net Summary: default file based session handler does not use streamwrappers -Status: Open +Status: Feedback Type: Feature/Change Request Package: Session related Operating System: any PHP Version: 5.4.3 Block user comment: N Private report: N New Comment: Why do you need stream wrapper for files save handler? Previous Comments: ------------------------------------------------------------------------ [2012-06-03 18:05:44] eric-php at famderuiter dot net Description: ------------ I was testing with a streamwrapper which replaces the standard 'file://' streamwrapper. While testing I found that the session files where not opened via the streamwrapper. While the workaround is easy (just use a custom session handler like the example in the session_set_savehandler documentation), it would be nice to have this working by default. Expected result: ---------------- session files are opened via the streamwrappers Actual result: -------------- session files are not opened via the streamwrappers ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62217&edit=1