dev-master
9999999-dev https://github.com/olivierperez/o80-sessionHandle session start and provide some security.
Apache License 2.0
The Requires
- php >=5.3.0
The Development Requires
session
Wallogit.com
2017 © Pedro Peláez
Handle session start and provide some security.
This PHP library provide some security around the stealing of session., (*1)
With Composer, you simply need to require o80/session:, (*3)
{
...
"require": {
"o80/session": "dev-master"
}
...
}
Replace session_start(); by $session = new o80\Session(); $session->start();., (*4)
Nothing changed :, (*5)
// Writing $_SESSION['x'] = 'foo'; // Reading $bar = $_SESSION['x'];
Just fork the project, make your changes, ask for pull request ;-)., (*6)
Handle session start and provide some security.
Apache License 2.0
session