I need to transfer the user session across servers. ie. If user logged in server1 and if the user exists in server2 , then I have to transfer the user session details to ser
I think to store an id of a user in DB is the most appropriate way to do this.It is an error proof way.
Cheers