DWagg Posted November 14, 2007 Share Posted November 14, 2007 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 More sharing options...
DyslexicDog Posted November 14, 2007 Share Posted November 14, 2007 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. Link to comment https://forums.phpfreaks.com/topic/77376-session-vars-w-multiple-urls/#findComment-391714 Share on other sites More sharing options...
revraz Posted November 14, 2007 Share Posted November 14, 2007 If it's a different domain name, the other site wont be able to read the cookie. Link to comment https://forums.phpfreaks.com/topic/77376-session-vars-w-multiple-urls/#findComment-391715 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.