Session help

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

    Session help

    How do i set my cookies/sessions so that they can be accessed via multiple domains?

  • Toby Inkster

    #2
    Re: Session help

    nathan.welsh wrote:
    [color=blue]
    > How do i set my cookies/sessions so that they can be accessed
    > via multiple domains?[/color]

    Send your Session ID in the query string instead of a cookie.

    Make sure that all the domains are hosted on the same server, or at least
    have access to the same directory for storing session information.

    --
    Toby A Inkster BSc (Hons) ARCS
    Contact Me ~ http://tobyinkster.co.uk/contact

    Comment

    Working...