Session across subdomains

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • loooser@gmail.com

    #1

    Session across subdomains

    Hi, I would just like to know if there is a way to let php keep
    sessions accross subdomains?

    I mean sessions with cookies, where the domain should be correctly set.
    Or maybe I can use SID variable to carry the session across to the
    subdomain?

    Tanks for any replys

  • fletch

    #2
    Re: Session across subdomains



    On Oct 10, 8:37 am, "looo...@gmail. com" <looo...@gmail. comwrote:
    Hi, I would just like to know if there is a way to let php keep
    sessions accross subdomains?
    >
    I mean sessions with cookies, where the domain should be correctly set.
    Or maybe I can use SID variable to carry the session across to the
    subdomain?
    >
    Tanks for any replys
    I have managed this by simply passing the session id across manually in
    the url. It required that the subdomain was being served from the same
    server. Have you tried this?

    Please send my tank asap :)

    regards
    Richard

    Comment

    Working...