Sharing Sessions across multiple Domains

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajiv07
    New Member
    • Jun 2007
    • 141

    Sharing Sessions across multiple Domains

    Hi to all

    I am wondering how do i share the session across multiple Domains.Suppose i have set session in example1.com and i want to access the session in example2.com which is set in example1.com.An d both are in different IP address.

    If you have any idea or any reference material will be appreciated.

    Regards
    Rajiv
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    Cookies is the only thing I can think of.

    Comment

    • rajiv07
      New Member
      • Jun 2007
      • 141

      #3
      Hi Kevin,

      Thanks for your reply.Could give an example.

      Regards
      Rajiv

      Comment

      • eWish
        Recognized Expert Contributor
        • Jul 2007
        • 973

        #4
        There are many example of using cookies on CPAN.

        --Kevin

        Comment

        • KevinADC
          Recognized Expert Specialist
          • Jan 2007
          • 4092

          #5
          Originally posted by rajiv07
          Hi Kevin,

          Thanks for your reply.Could give an example.

          Regards
          Rajiv
          I don't have any examples. And now that I think about it it might not be possible. Supposedly cookies can only be read/written to from the website that originally stored the cookie file on the clients computer, this is obviously for security and privacy. So it should not be possible for www.site1.com to read cookies written by www.site2.com. It may not be possible.

          Comment

          • rajiv07
            New Member
            • Jun 2007
            • 141

            #6
            Hi Kevin

            Thanks for your valuable infomation.

            Regards
            Rajiv

            Comment

            Working...