Skip to content

Make use of a MySQL database when handling sessions. Useful when using load-balanced front-end servers for your PHP application.

Notifications You must be signed in to change notification settings

dgergo/mysql-php-sessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MySQL sessions for PHP applications

This code is useful for PHP applications that use load-balanced front-end environments like Azure Web Apps.

Storing session information in a MySQL database makes it easy to continuously deploy your code and to swap staging and production employments without terminating user sessions.

About

Make use of a MySQL database when handling sessions. Useful when using load-balanced front-end servers for your PHP application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages