transfer username and password when cliking the path hyperlink

  • i have a form that stores path to sytes (as hyperlink), username and password
    is there is a way to transfer to syte the username and the password when cliking the path hyperlink
    to submit automaticly?
     
    thanks
  • If this is an asp question, they could do that ( if I remember correctly) either thru querystring or thru cookies...

  • Cookie would be easiest, definitely don't pass it over in the query string.

  • as far as I remember ( back in 2002) there were some problems with cookies, so I created some encryption logic ( in asp) pass it to querystring and on the other page decrypted it. That was the for the internal site, but Andy is right that that mechanism is not very secure...

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply