Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing variables from 1 server to another

Status
Not open for further replies.

JulianUK

Programmer
Apr 17, 2002
73
GB
Hi
I'm not sure this is the correct place for this question but here goes anyway...

I have 2 non-secure web sites that require a single "portal" at which point the user enters username and password.

depending on a locally (to the portal) stored parameter for each user, the user is redirected to either site, where the program (asp) will log them on automatically without them having to retype the password.

Obviously, I do not want to pass them in the URL string.

How does that work then? I've not done anything like that before, and any help on it would be much appreciated.

Thanks, Julian
 
Thanks Chris (belatedly!)

It suddenly dawned on me that I could simply submit a form to another www, something I'd been presuming I couldn't do (for some unbeknown reason).

A real "dur!" moment.

Julian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top