Welcome Guest, Not a member yet? Register   Sign In
Keeping session data between apps?
#1

[eluser]WoolyG[/eluser]
Hi all,

Say I have 2 apps, manager.mysite.net and forum.mysite.net, both created using separate codeigniter installs but connecting to the same DB, if there a way to maintain the session data if someone logged in to one app wants to get to the other?

What I'm finding is that the session variables do not maintain between apps, and the user needs to re-login.

All input appreciated,

WoolyG
#2

[eluser]WoolyG[/eluser]
PS. The apps are separate subdomains, if that has any bearing on it.
Thanks.
#3

[eluser]kainadolf[/eluser]
Since both applications running in different processes, because they run on different versions, so that they can not directly share data. Therefore, you should use the continuity of the network, so that meeting information, must be the same or a different container to deploy Web applications to share a different Web.
#4

[eluser]WoolyG[/eluser]
I'm sorry, I didn't understand a word of that.
Regardless, I'm going to require that each of my apps obtain a separate login.

Thanks.
WoolyG




Theme © iAndrew 2016 - Forum software by © MyBB