PATH:
home
/
lab2454c
/
aficb.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
<?php namespace Illuminate\Session; interface ExistenceAwareInterface { /** * Set the existence state for the session. * * @param bool $value * @return \SessionHandlerInterface */ public function setExists($value); }
[-] CacheBasedSessionHandler.php
[edit]
[-] composer.json
[edit]
[-] ExistenceAwareInterface.php
[edit]
[-] FileSessionHandler.php
[edit]
[+]
..
[-] NullSessionHandler.php
[edit]
[-] DatabaseSessionHandler.php
[edit]
[-] SessionManager.php
[edit]
[+]
Middleware
[-] LICENSE.md
[edit]
[+]
Console
[-] ArraySessionHandler.php
[edit]
[-] Store.php
[edit]
[-] TokenMismatchException.php
[edit]
[-] SessionServiceProvider.php
[edit]
[-] EncryptedStore.php
[edit]
[-] CookieSessionHandler.php
[edit]