Skip to content

An alternate Session library for CodeIgniter (solves issues with native one)

Notifications You must be signed in to change notification settings

divineslight/CodeIgniter-Xession

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Xession - Codeigniter Session Library

Description

The CI's native session library was working quite fine for me until recently, no matter what I do it just breaks if I store a tiny bit of data. Still after 5 years we encountered SAME issue in a new project again.

Hence I wrote a simple wrapper that is almost identical to CI's Session Library, but uses PHP's tested and proven native Sessions. It also provides the flash data functionality.

Installation

Just put 'Xession.php' in your CI/application/libraries

Bugs & Feature Requests

Issue tracker

Before reporting bugs or requesting any features, please check that it does not already exist.

Contributors

Think you should be on this list? Add yourself in the next pull request you submit.

All Contributors

About

An alternate Session library for CodeIgniter (solves issues with native one)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages