![]() |
how to share session within different CI applications - 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: how to share session within different CI applications (/showthread.php?tid=8767) |
how to share session within different CI applications - El Forum - 05-30-2008 [eluser]chinedubond[/eluser] hello, i would like to know to share data across multiple CI applications. for example if someone logs into a particular CI application then navigates to another CI application without loggin out,how do i retain the person login status and details from the previous CI application? To have some sort of Single-sign on feature. plus what if the different apps are not heterogenous i.e one C1 app and another just PHP app or even java! Thanks in advance how to share session within different CI applications - El Forum - 05-30-2008 [eluser]wiredesignz[/eluser] If the apps are on the same domain, just load and access the session object as normal. how to share session within different CI applications - El Forum - 05-30-2008 [eluser]chinedubond[/eluser] Well, the apps are in the same parent domain or server but different sub-domains or addon domains. does that change anything?? how to share session within different CI applications - El Forum - 05-30-2008 [eluser]wiredesignz[/eluser] Only the registered domain and protocol is important. |