5de2d9e3904ed4d37b75edf4811aa3863662cbfe
[yaffs-website] / vendor / symfony / http-foundation / Tests / Session / Storage / Handler / Fixtures / with_cookie_and_session.expected
1 open
2 validateId
3 read
4 doRead: abc|i:123;
5 read
6 updateTimestamp
7 close
8 open
9 validateId
10 read
11 doRead: abc|i:123;
12 read
13
14 write
15 destroy
16 doDestroy
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: abc=def
23 )
24 shutdown