Page 1 of 1
Passing variables from site to site
Posted: Fri Jan 17, 2003 5:01 pm
by serambin
What is the preferred method of passing information (UID or Session ID) from a referring site to a receiving site for crediting the referring site on possible sales?
TIA,
Stan
Posted: Fri Jan 17, 2003 7:55 pm
by fractalvibes
Well, if you are posting a form who's action is set to a page on the other site, then any variables in that form is available to the script that recieves the post. Your other option is via querystring. Querystrings are handy, but the user can muck with them easily.
Phil J.
Passing Variables
Posted: Fri Jan 17, 2003 10:53 pm
by serambin
Thanks.
Stan