In my login page, when the password is wrong,
there is
response.redirect "login.asp"

But the loginname too is blanked out and the page is displayed again.

I have a session variable for the login name but i am not sure how to pass this on so that only the password is blanked out on redirecting.

Any help would be appreciated.
Thanks.