I have a shared cert and a PHP session doesn't seem to persist when moving from the secure domain to the unsecure domain.
I'm using a PHP redirect (header ("Location: http://www.xxxxxxx.com")😉 to the unsecure domain once the user is logged in.
Any ideas?