Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6a03a commit 6389216Copy full SHA for 6389216
src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php
@@ -13,7 +13,8 @@
13
14
/**
15
* MockFileSessionStorage is used to mock sessions for
16
- * functional testing when done in a single PHP process.
+ * functional testing where you may need to persist session data
17
+ * across separate PHP processes.
18
*
19
* No PHP session is actually started since a session can be initialized
20
* and shutdown only once per PHP execution cycle and this class does
0 commit comments