This topic is locked

auto login via quertString

3/30/2009 11:34:26
ASPRunnerPro General questions
S
silk author

hello,

can I send login username/password values using queryString from an other page?

I tried linking login.asp?username=xxxxxx&password=yyyyyyyyy and the username appears precompiled in the username field, but the password doesn't

thank you

J
Jane 3/31/2009

Hi,
you can check passed values, fill required session variables and redirect to the list page directly in the Login page: Before process event on the Events tab.

S
silk author 4/1/2009

thank you!