session not passing between ssl url and url

Discussion in 'Customization & add-ons' started by brandonb, May 3, 2011.

  1. brandonb

    brandonb New Member

    Joined:
    Nov 14, 2010
    Messages:
    11
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    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.
  3. brandonb

    brandonb New Member

    Joined:
    Nov 14, 2010
    Messages:
    11
    Thanks for the help. Can i install the ssl certificate in a subfolder in my primary domain without having all my pages be https?
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    The certificate will be installed to your primary domain, but you can still display http:// on pages you wish to be non secure

Share This Page