Download the PHP package prog98rammer/php-session without Composer
On this page you can find all versions of the php package prog98rammer/php-session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-session
PHP Session Manager
Allows you to deal with Session in php
Installation
Usage
-- Basic Usage
Set the sessoin prefix
There are two ways to set the prefix
-- First One
-- Example
Second way
Get the session prefix
Get all session keys
Add new session
Add more than one session by Chaining method
Add more than one session by providing an array
Get one session by key
Get All Session by spicefic prefix
Check if the session exists!
Remove Session by key
by chaining method
by providing an array of keys
or just like this
Get the session id
Regenerate the session id
if you like to remove all session at one
All versions of php-session with dependencies
PHP Build Version
Package Version
No informations.
The package prog98rammer/php-session contains the following files
Loading the files please wait ....