How do i set my cookies/sessions so that they can be accessed via multiple domains?
Session help
Collapse
This topic is closed.
X
X
-
nathan.welsh@gmail.comTags: None -
Toby Inkster
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