how to send session variable from one domain to another domain plz help

BestJewSinceJC commented: from a web development forum +0

A session varaible is heard on the server, and is not able to be accessed by another domain for security. There is however nothing to stop you passing this to another domain by means of a GET or POST method.

e.g. send a user to:
http://www.anotherdomain.com?myvariable=info

You can then get the other domain to read for a GET variable and move it into a session variable if appropriate.

There is no direct means to my knowledge.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.