EllisLab text mark
Advanced Search
     
CI 1.7.1 sessions and third party session librarys
Posted: 01 July 2009 10:05 PM   [ Ignore ]
Joined: 2008-12-05
13 posts

I’m a little confused now. Searched forums and wiki to get more information about session handling.

But nowhere is said what versions of CI supports what. I’m thinking that “Native session” library would be best for me, but.. maybe CI 1.7.1 already has all that features? I know that it has flash variables, but “Native session” states that it has flash variables. So what is the difference? And which to choose?

Third party session libs: http://codeigniter.com/wiki/Category:Libraries::Session/

 
Posted: 01 July 2009 11:20 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2006-07-27
2617 posts

The Session class is perfectly adept at handling your site’s session needs. It, however, might be troublesome when using third-party plugins that rely on using native PHP sessions ($_SESSION). If you give it enough thought, though, it’s usually simple enough to resolve the discrepancies.

 Signature 

Check out the Template Library
Oh yeah, I tweet, too (regarding CodeIgniter on occassion).