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
Wildcard SSL and sessions
Moderator: General Moderators
Wildcard SSL and sessions
I am using IE / Mozilla FireFox
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
'?' . rawurlencode(session_name()) . '=' . rawurlencode(session_id())- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA