forked from sprain/PHP-MySQL-Session-Handler
-
Notifications
You must be signed in to change notification settings - Fork 0
clickslide/PHP-MySQL-Session-Handler
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
PHP MySQL Session Handler
========================
Installation
----------------------------
First you need to create a table in your database:
CREATE TABLE `session_handler_table` (
`id` varchar(255) NOT NULL,
`data` mediumtext NOT NULL,
`timestamp` int(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Then have a look at example.php
Easy!About
well, handle PHP sessions in MySQL
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published