| Current Path : /proc/self/cwd/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/Fixtures/ |
| Current File : //proc/self/cwd/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/Fixtures/read_only.php |
<?php
require __DIR__.'/common.inc';
session_set_save_handler(new TestSessionHandler('abc|i:123;'), false);
session_start();
echo $_SESSION['abc'];