i'm confused and need help. i'm not too XML savvy.
i'm developing a new website. i'm an ASP guy who has partnered with a guy who is PHP so we talk different languages but we each have information that complements the other. a rewrite of either side is not a consideration.
i would like to pass the UID and Member Name from my ASP side so he can use the values in certain situations. i know Session variables are out of the question and Cookies can be modified so i'm looking at the HTTP API interface for a solution.
i just don't get it. i don't see how or what i should do to pass him UID and Member Name or even where to start.
Can/will someone point me in the right direction to just get me started please?