R
rehanfarha
Hi All
We have two applications say A and B and both are deployed on
different servers. If user has to access B application then user has
to login in A application and then user will be redirected to B.
It means sharing session or cookies between two application.
How can we achieve that?
One way I know is storing session details in db and retrieving those
details from DB.
Can some body suggest a better approach?
Thanks in advance
Rehan Mustafa Khan
We have two applications say A and B and both are deployed on
different servers. If user has to access B application then user has
to login in A application and then user will be redirected to B.
It means sharing session or cookies between two application.
How can we achieve that?
One way I know is storing session details in db and retrieving those
details from DB.
Can some body suggest a better approach?
Thanks in advance
Rehan Mustafa Khan