How set right Cookie Path and Cookie Domain?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Neil
    Member
    • Nov 2002
    • 82
    • 3.8.11

    How set right Cookie Path and Cookie Domain?

    I have:
    portal vBPortal on www.mydomain.com
    forum vB 3.0.3 on forum.mydomain.com
    gallery PhotoPost 4.8.1 on www.mydomain.com/photo

    How should I set right Cookie Path and Cookie Domain on this scripts for one login/logout?
    Last edited by Neil; Fri 10 Dec '04, 8:43pm.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Cookie domain:

    Code:
    .mydomain.com
    Cookie path:

    Code:
    /
    That should work.

    Comment

    • Neil
      Member
      • Nov 2002
      • 82
      • 3.8.11

      #3
      Should I set the same Cookie Domain and Cookie Path in portal, forum and gallery: vbmenu_register("postmenu_775702", true);

      Cookie Domain - .mydomain.com
      Cookie Path - /

      ?

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        vBulletin only has one set of cookie settings.

        Admin CP -> vBulletin Options -> Cookies and HTTP Header Options

        If your portal and gallery have their own settings, I wouldn't know about them.

        Comment

        • Neil
          Member
          • Nov 2002
          • 82
          • 3.8.11

          #5
          Thanks!
          vbPortal Release Candidate 1 and PhotoPost have the same settings in their control panels. How you think, should I set Cookie Domain and Cookie Path as in vBulletin?

          Comment

          • Jake Bunce
            Senior Member
            • Dec 2000
            • 46598
            • 3.6.x

            #6
            Setting the vBulletin cookie settings like I posted above should make it so your cookie is within the scope of your forums, portal, and gallery.

            I don't know about the other cookie settings for the portal and gallery. You should ask the author's of those scripts.

            Comment

            Related Topics

            Collapse

            Working...