![]() |
3rd party session integration - 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: 3rd party session integration (/showthread.php?tid=14956) |
3rd party session integration - El Forum - 01-21-2009 [eluser]jwindhorst[/eluser] I have a situation where we have gone out and purchased a 3rd party application to hopefully fill in about 60% of our functionality for a much larger app. The 3rd party code is all procedural and relies heavily on the native PHP sessions. I was unaware of any 3rd party SW when I started the project naturally. So I'm wondering if anyone out there has come across a similar situation, and was able to successfully integrate those native sessions into CI, without breaking the CI sessions (which I am using and enjoying for the rest of our app.) Any information or advice in this matter is greatly appreciated. 3rd party session integration - El Forum - 08-04-2010 [eluser]RaZoR LeGaCy[/eluser] Try this one. I never used it but it is a start. Native Session http://codeigniter.com/wiki/Native_session/ |