Libraries tagged by session data
wdpf/session
6 Downloads
this package help remember the data of package.
selcukmart/data-store-library-y42
2 Downloads
rapidwebltd/no-post-data-laravel-middleware
77 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
micheledef/pdo-session-handler
53 Downloads
Store data in a database using PDO and the SessionHandlerInterface interface
lithemod/session
23 Downloads
Manages user sessions, allowing you to store and retrieve both persistent and temporary information between requests, such as login data, preferences, and short-term data.
five-say/data-bag
32 Downloads
基于 session 的跨页面数据存储工具
eden/session
7735 Downloads
Sever Side Persistent Data
rrcom/zend-session
16 Downloads
Zend Framework 2 module for handling session
mirzaev/minimal-sessions-arangodb
1 Downloads
Module for session system based on the minimal framework using the ArangoDB database
meyersm/simple-datastore
20 Downloads
A PHP library to store objects between sessions using only the local file system
gustavosantarosa/session
4 Downloads
gerenciar sessões
natanfelles/session
170 Downloads
Aplus Framework Session Library
jedenweb/session-storage
47 Downloads
Database SessionStorage for Nette Framework
renegare/silexcsh
639 Downloads
Cookie Session Handler for Silex (store session data client side)
codedgr/memory
24 Downloads
Store your data in ram, database, session and cookie.