File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
.. index ::
2
- single: Sessions, session proxy, proxy
2
+ single: Sessions, Session Proxy, Proxy
3
3
4
4
Session Proxy Examples
5
5
======================
@@ -16,7 +16,7 @@ is injected into the proxy and registered with the session storage driver::
16
16
$session = new Session(new NativeSessionStorage(array(), $proxy));
17
17
18
18
Below, you'll learn two real examples that can be used for ``YourProxy ``:
19
- encryption of session data and readonly guest session .
19
+ encryption of session data and readonly guest sessions .
20
20
21
21
Encryption of Session Data
22
22
--------------------------
@@ -56,8 +56,8 @@ Readonly Guest Sessions
56
56
-----------------------
57
57
58
58
There are some applications where a session is required for guest users, but
59
- there is no particular need to persist the session. In this case you can
60
- intercept the session before it writes ::
59
+ where there is no particular need to persist the session. In this case you
60
+ can intercept the session before it is written ::
61
61
62
62
use Foo\User;
63
63
use Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy;
You can’t perform that action at this time.
0 commit comments