CodeIgniter Forums
Cookie or session that a user can remain logged in from Site A to Site B on same server? - 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: Cookie or session that a user can remain logged in from Site A to Site B on same server? (/showthread.php?tid=45649)



Cookie or session that a user can remain logged in from Site A to Site B on same server? - El Forum - 09-29-2011

[eluser]Unknown[/eluser]
Is there a way with CodeIgniter to have a user who logs in from Site A and remain logged in to Site B as long as a session or cookie has not expired or been destroyed?

What would be a way to do this?