Libraries tagged by user sessions
se7enxweb/ezstarrating-ls-extension
67 Downloads
eZ Star Rating is an extension that allows the addition of a rating system to eZ publish content objects via a dedicated datatype. The current version allows ratings between 1 and 5 stars; users can vote once per session.
mvccore/ext-form-all
15 Downloads
MvcCore - Extension - Form - All - form extension with with all form packages to create and render web forms with HTML5 controls, to handle and validate submited user data, to manage forms sessions for default values, to manage user input errors and to extend and develop custom fields and field groups.
juho-jaakkola/elgg-moodle_sso
7 Downloads
Provides automatic login to Elgg if user has an existing Moodle session.
crizzo/ipanonym
28 Downloads
This phpBB extension will anonymise the user's IP in posts, logs, sessions etc.
ubl/ubl_vufind_auth
13 Downloads
Authenticates users based on authenticated vufind session
vulcandigital/silverstripe-formpreserve
7 Downloads
Easily preserve and clear user entered form data contents via session in the event of errors
d-wid-codes/multiple_autologon
2 Downloads
This plugin allows users to automatically open a Roundcube session and easily switch between another configured sessions from a dropdown menu.
ujjwal/auth
69 Downloads
A Zend framework module based on ZfcUser to check if user is logged in and to manage session, session save handler etc
wacon/mctest
6 Downloads
Single and multiple-choice tests to improve user experience (UX) and increase visitor dwelling time. Ideal for learning platforms, training sessions, or simply for entertainment.
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.
phorax/loginusertrack
109 Downloads
Logs in a separate table each time a frontend user logs in and further the timespan of the session and viewed pages. Backend module provides statistics over the data.
yiisoft/session
245113 Downloads
A session service, PSR-15 session middleware, and a flash message service which helps use one-time messages.
kodus/session
36064 Downloads
A simple interface for storing and retrieving session data without the use of PHP's native session handling
byjg/jwt-session
72822 Downloads
JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation following the SessionHandlerInterface.
talon-one/talon-one-client
89816 Downloads
Use the Talon.One API to integrate with your application and to manage applications and campaigns: - Use the operations in the [Integration API section](#integration-api) are used to integrate with our platform - Use the operation in the [Management API section](#management-api) to manage applications and campaigns. ## Determining the base URL of the endpoints The API is available at the same hostname as your Campaign Manager deployment. For example, if you access the Campaign Manager at `https://yourbaseurl.talon.one/`, the URL for the [updateCustomerSessionV2](https://docs.talon.one/integration-api#operation/updateCustomerSessionV2) endpoint is `https://yourbaseurl.talon.one/v2/customer_sessions/{Id}`