Libraries tagged by session redis
duplo/flash
19 Downloads
A simple and easy way of using the session to store messages that survives redirects
relisoft/uploader
814 Downloads
Nette uploader like control service
myzendframework/zend-expressive-prg
5 Downloads
Post/Redirect/Get middleware for zend-expressive
mujhtech/nav-toastr
5 Downloads
nav-toastr flash notification with custom redirection for laravel app
sukohi/warp
34 Downloads
A PHP package mainly developed for Laravel to remember URLs to redirect through session.
marshallu/mu-hr-train
7 Downloads
Plugin that allows for HR trainings to be created and individuals register for sessions on the Marshall website.
esit/messagetoolbox
125 Downloads
Mit dieser Toolbox können Rückmeldungen an den Nutzer einer Seite im Frontend ausgegeben werden. Die Meldungen werden in der Session zwischengespeichert und können z.B. nach dem Redirect beim Speichern eines Formulars ausgegeben werden.
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.
monsieurbiz/mbiz_logout
13 Downloads
Magento extension to remove the redirection after logging out of a customer session.