Libraries tagged by session data
wdpf/session
7 Downloads
this package help remember the data of package.
sezamin/lib-session
16 Downloads
A user data for microservices in laravel.
selcukmart/data-store-library-y42
3 Downloads
rapidwebltd/no-post-data-laravel-middleware
78 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
60 Downloads
Store data in a database using PDO and the SessionHandlerInterface interface
lithemod/session
30 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.
laravelgpt/data-breach
0 Downloads
A comprehensive cybersecurity toolkit for Laravel 12 with multiple frontend integrations and advanced analytics capabilities
five-say/data-bag
34 Downloads
基于 session 的跨页面数据存储工具
eden/session
7735 Downloads
Sever Side Persistent Data
univeros/session
205 Downloads
Server-side session storage with pluggable handlers for the filesystem, MongoDB, PDO databases (MySQL/PostgreSQL/SQLite), and Redis.
tina4stack/tina4php-session
0 Downloads
Multi-backend session handler for Tina4 PHP — supports any Tina4 database, Redis, and Memcached
rrcom/zend-session
16 Downloads
Zend Framework 2 module for handling session
okayinc/stateless-session
30 Downloads
Library that allows Telegram Bots to have short term memory without using database access
mirzaev/minimal-sessions-arangodb
2 Downloads
Module for session system based on the minimal framework using the ArangoDB database
meyersm/simple-datastore
21 Downloads
A PHP library to store objects between sessions using only the local file system