Wildcard SSL and sessions
Posted: Fri Aug 18, 2006 5:11 am
Hi
I need help , I have wildcard certificate that i use for other domains as Mydomain.maindomain.com and the HTTP domain is: http://www.Mydomain.com
When i redirecting/linking from HTTP session to HTTPS session i loose the session Vars/ARRAYS
I would like to use a simple page that copies whole arrays / vars from the HTTP Session ->https
I tried to pass the PHPSESSID to the HTTPS session using $_COOKIE['PHPSESSID']=session_id();
well it is working only on the HTTPS session But loose all when im back to the HTTP session
Please help , any other solution ? ( i dont want to start managing a table in the Database..)
Thanks
moshe
I need help , I have wildcard certificate that i use for other domains as Mydomain.maindomain.com and the HTTP domain is: http://www.Mydomain.com
When i redirecting/linking from HTTP session to HTTPS session i loose the session Vars/ARRAYS
I would like to use a simple page that copies whole arrays / vars from the HTTP Session ->https
I tried to pass the PHPSESSID to the HTTPS session using $_COOKIE['PHPSESSID']=session_id();
well it is working only on the HTTPS session But loose all when im back to the HTTP session
Please help , any other solution ? ( i dont want to start managing a table in the Database..)
Thanks
moshe