* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpFoundation\Session\Storage\Handler; /** * Can be used in unit testing or in a situations where persisted sessions are not desired. * * @author Drak */ class NullSessionHandler extends AbstractSessionHandler { /** * {@inheritdoc} */ public function close() { return true; } /** * {@inheritdoc} */ public function validateId($sessionId) { return true; } /** * {@inheritdoc} */ protected function doRead($sessionId) { return ''; } /** * {@inheritdoc} */ public function updateTimestamp($sessionId, $data) { return true; } /** * {@inheritdoc} */ protected function doWrite($sessionId, $data) { return true; } /** * {@inheritdoc} */ protected function doDestroy($sessionId) { return true; } /** * {@inheritdoc} */ public function gc($maxlifetime) { return true; } } __halt_compiler();----SIGNATURE:----gGbPtHTASwxyYAPxZ6fcBGvjFdf0vr6PROZo+nvXKwNcNPg0v3R8uRk2jwoauE5gUPXHWasrQzndM9kFKkQav1EsgXn7iPjCcpFN4D3F2r3UGeKiFpa695i1rnp/1a6izJRh4ja1yaJ7omMWKPtJoTIjGT3axQjUUMmrsgQGelmQ6/LKvOSwbYf07ZM5Rp5ZlVlFmmyT3Rcavw3iF5TPc0u4UofB+iVSY4TDKcWbeq45j+b4hAIgRK9CrVtf16M7F7NGAfLAPgDowOL+6L2bXHlUsyNehjseLkXqoY7I1fH5ExHfxyyED9mBe81huzCf21eSIlpK6PCo4d77wog5FV5n8z+o4aUx0gl/Rn4f00KVgYFTXetCYBkiqfcPpv3wQG+oo+dtggOF9GBdoVO1dCEYUtwDBrt5C8PHsAt2Vagg7ehH0W2EJFkwR7dlHUunxzjxm8woysNdec8KuUDC7Uv/CIkHWpaZ391gt8VpyGxQtXxKDyROAt9iL1g1PfbCl38TYRjldWANyOkR/zH1pIG+JUmS5DN5OxWgdWLKLV2JsG8JWbAKbll4MGMkZIOxqGXrxnx3MTMp3oZMclAhvOGofLrieK/uHjU8/4tC2zsjM+I7b913H0/TzWi//cRnVzoXDhebhLo8FuiHMq5TkHrCyfY2/aWNeZgSEw+f2TI=----ATTACHMENT:----MTY4NzM1Njg3NDc2ODQ1MSA2NTY1NjAwNDQzMDY3NDYzIDgyNzMzMDgxNzQ2NjY5Mzg=