/var/www/flurhymez/vendor/symfony/http-foundation/Session
NameSizeModeActions
Attribute/-0755rm
Flash/-0755rm
Storage/-0755rm
Session.php62870644editdlrm
SessionBagInterface.php8490644editdlrm
SessionBagProxy.php20890644editdlrm
SessionFactory.php12160644editdlrm
SessionFactoryInterface.php4360644editdlrm
SessionInterface.php39000644editdlrm
SessionUtils.php16290644editdlrm
Edit: /var/www/flurhymez/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php (436B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpFoundation\Session; /** * @author Kevin Bond */ interface SessionFactoryInterface { public function createSession(): SessionInterface; }