I cant get the session to pass from https://secure.cdltestgenius.com to http://www.cdltestgenius.com. I can only echo a users login in https://secure.cdltestgenius.com. I have both my root url and secure url set to https://secure.cdltestgenius.com My products are in http://www.cdltestgenius.com/practice-tests
Best practices is not to try and pass session variables from a subdomain to the primary. Primary can share with subs, but subs can not share with other subs or the primary. I would suggest moving aMember to your primary domain (ie. https://cdltestgenius.com/secure) to avoid browser security protection which limits session control in an effort to thwart cross domain scripting attacks.
Thanks for the help. Can i install the ssl certificate in a subfolder in my primary domain without having all my pages be https?
The certificate will be installed to your primary domain, but you can still display http:// on pages you wish to be non secure