Using $_SESSION vs $this->session |
(09-30-2016, 03:18 PM)Cannondale Wrote: Question: Is using $_SESSION more efficient than using CI session class? The session library can be autoloaded in the config so that it's always available. https://www.codeigniter.com/user_guide/l...sions.html https://www.codeigniter.com/user_guide/g...oader.html |
Messages In This Thread |
Using $_SESSION vs $this->session - by Cannondale - 09-30-2016, 03:18 PM
RE: Using $_SESSION vs $this->session - by whomikey - 09-30-2016, 03:58 PM
RE: Using $_SESSION vs $this->session - by dave friend - 09-30-2016, 06:52 PM
RE: Using $_SESSION vs $this->session - by Cannondale - 10-01-2016, 03:42 AM
RE: Using $_SESSION vs $this->session - by Narf - 10-03-2016, 12:45 AM
|