Jump to content

session vars w/ multiple urls


DWagg

Recommended Posts

Basically, we are going to host sites for other companies using previously established URLs and our wildcard SSL certificate.  We want it to be set up so that the site should be 'http://www.theirdoman.com' until they reach checkout at which point it is redirected to the URL  'https://theirdoman.ourdomain.com'.

 

In what way can I pass the session variables from the first url's pages to the second url's pages?

Link to comment
https://forums.phpfreaks.com/topic/77376-session-vars-w-multiple-urls/
Share on other sites

The Session is based on a session id, maybe you could pass the session id to SSL based server using a query string in the address. Actually you might not even need to do that. I haven't worked much with this but it's possible you won't even need a query string, if you are using cookies.

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.