Jump to content

[SOLVED] asp session to php


jakebur01

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/146110-solved-asp-session-to-php/
Share on other sites

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.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.