? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

Friday, August 26, 2011

Xession - An alternate Session library for Codeigniter

I became pretty frustrated with the broken nature of Codeigniter's default session library. The worst thing is, it's working on one computer and breaks on another, works on this browser sometimes and not on that one, etc...

So I wrote my own library, "Xession".

It solves all of the above mentioned problems by using PHP's native sessions, which are tested and trialed thoroughly. Below is the link for code, I hope it helps some one else.

http://github.com/munirehmad/CodeIgniter-Xession


** I will expand this post as I get free time...

0 comments:

Post a Comment