![]() |
possible to load another session data in array? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: possible to load another session data in array? (/showthread.php?tid=46857) |
possible to load another session data in array? - El Forum - 11-17-2011 [eluser]dadamssg[/eluser] I changed my sessions to be stored in a 'ci_sessions' db table. Is it possible to get a session id then use codeigniter's system session library to pull the data from that session into an array? Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |