baa5f2f6f5cb04ab11d243b52b933d765fc1c466
[yaffs-website] / vendor / symfony / http-foundation / Tests / Session / Storage / Handler / Fixtures / regenerate.expected
1 open
2 validateId
3 read
4 doRead: abc|i:123;
5 read
6 destroy
7 doDestroy
8 close
9 open
10 validateId
11 read
12 doRead: abc|i:123;
13 read
14
15 write
16 doWrite: abc|i:123;
17 close
18 Array
19 (
20     [0] => Content-Type: text/plain; charset=utf-8
21     [1] => Cache-Control: max-age=10800, private, must-revalidate
22     [2] => Set-Cookie: sid=random_session_id; path=/; secure; HttpOnly
23 )
24 shutdown