This topic is locked

After Successfull Login

6/10/2009 11:16:50
ASPRunnerPro General questions
G
gwr477 author

I am trying to pass the password from a login page to the add page that is displayed after successful login. Not much luck. Need help.

J
Jane 6/11/2009

Hi,
save password in the session variable in the AfterSuccessfulLogin event and then use it on the add page.

Here is a sample:

Session("password") = password

G
gwr477 author 6/11/2009

Hi,

save password in the session variable in the AfterSuccessfulLogin event and then use it on the add page.

Here is a sample:


And to finish this, what does "use it on the add page" mean. Thanks!