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
Wouldnt it be easier to just store session data in a shared directory?
Alternatively you can store it in a database.