jakebur01 Posted February 20, 2009 Share Posted February 20, 2009 I am doing a site for a company who currently as a asp.net site on a different domain than the current php site I am working on. Clients have been complaining that when they are on the asp.net site and the link over to the php site and the go back to asp, they are logged out. Is there any way I could pass the session from the asp site over to php? What would be the best way to attack this? Quote Link to comment https://forums.phpfreaks.com/topic/146110-solved-asp-session-to-php/ Share on other sites More sharing options...
premiso Posted February 20, 2009 Share Posted February 20, 2009 No, they have different session mechanics and I doubt M$ wanted to play nice with PHP. The only way that may work is doing a common DB that each side can check to verify if a user is logged in. I doubt they are on the same server, so doing this call to authenticate them for the different domain may take a couple seconds longer, but you only have to do that call each time they switch. Quote Link to comment https://forums.phpfreaks.com/topic/146110-solved-asp-session-to-php/#findComment-767107 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.