kunwarbs Posted July 3, 2007 Share Posted July 3, 2007 I have two websites running on two different server offering different services to the Members. I have a common database of members who may register with either of the websites and use the same login details to access the another site services. I am using PHP session tracking and would like to know whether it is possible to maintain and use the session between the two sites hosted on different servers so that user has to login once only and may navigate through any of the website with the same session. Please advise. Quote Link to comment Share on other sites More sharing options...
no_one Posted July 3, 2007 Share Posted July 3, 2007 I don't think you'd be able to directly access the session variables, since they are stored on the server.., but if you have a shared db then you could probably store and remove sessions from there as needed. Something like that.. I don't know much about this though. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.