Download the PHP package xp-forge/sessions without Composer
On this page you can find all versions of the php package xp-forge/sessions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xp-forge/sessions
More information about xp-forge/sessions
Files in xp-forge/sessions
Download xp-forge/sessions
More information about xp-forge/sessions
Files in xp-forge/sessions
Vendor xp-forge
Package sessions
Short Description Sessions
License BSD-3-Clause
Homepage http://xp-framework.net/
Package sessions
Short Description Sessions
License BSD-3-Clause
Homepage http://xp-framework.net/
Please rate this library. Is it a good library?
Informations about the package sessions
Sessions for the XP Framework
Example
Ensure you always either call close()
or transmit()
to have the session data synchronized.
Implementations
This library includes the following implementations:
web.session.InFileSystem
- using the local filesystem with serialized dataweb.session.ForTesting
- in-memory sessions, for testing purposes
Other implementations provide solutions for clustering:
- https://github.com/xp-forge/redis-sessions
- https://github.com/xp-forge/mongo-sessions
- https://github.com/xp-forge/cookie-sessions
Secure
The Secure flag is set for all session cookies. If you develop on localhost using http only, you will need to tell the sessions instance as follows:
All versions of sessions with dependencies
PHP Build Version
Package Version
Requires
xp-framework/core Version
^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.3
xp-forge/web Version ^4.0 | ^3.0 | ^2.0 | ^1.0
php Version >=7.0.0
xp-forge/web Version ^4.0 | ^3.0 | ^2.0 | ^1.0
php Version >=7.0.0
The package xp-forge/sessions contains the following files
Loading the files please wait ....