/
proc
/
self
/
cwd
/
theweavenest
/
vendor
/
symfony
/
http-foundation
/
Tests
/
Session
/
Storage
/
Handler
/
Fixtures
/
Upload File
HOME
<?php require __DIR__.'/common.inc'; session_set_save_handler(new TestSessionHandler('abc|i:123;'), false); session_start(); setcookie('abc', 'def');