Sharing Sessions across multiple Domains

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • rajiv07
    replied
    Hi Kevin

    Thanks for your valuable infomation.

    Regards
    Rajiv

    Leave a comment:


  • KevinADC
    replied
    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.

    Leave a comment:


  • eWish
    replied
    There are many example of using cookies on CPAN.

    --Kevin

    Leave a comment:


  • rajiv07
    replied
    Hi Kevin,

    Thanks for your reply.Could give an example.

    Regards
    Rajiv

    Leave a comment:


  • KevinADC
    replied
    Cookies is the only thing I can think of.

    Leave a comment:


  • rajiv07
    started a topic Sharing Sessions across multiple Domains

    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
Working...