khovorka Posted February 20, 2007 Share Posted February 20, 2007 I need to know how to pass session variable(s) from a http page to a https page? It seems as though the session variables get scrapped when doing this. Kim H. [email protected] Link to comment https://forums.phpfreaks.com/topic/39271-passing-a-session-variable-from-a-http-page-to-a-https-page/ Share on other sites More sharing options...
JasonLewis Posted February 20, 2007 Share Posted February 20, 2007 wat about storing the session id or name in a database when they login, store it with there IP or something. then on the https page just grab the session id/name from the database. or you could just let the user login from the https first. Link to comment https://forums.phpfreaks.com/topic/39271-passing-a-session-variable-from-a-http-page-to-a-https-page/#findComment-189273 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.