This topic is locked

session variables

8/22/2005 10:25:36 AM
ASPRunnerPro General questions
author

Hi,
What am I doing wrong?
Dim newPass

Dim pass
pass = session("user_pass")
newPass = "' & pass & '"
Thanks... I know it is something stupid.

Sergey Kornilov admin 8/23/2005

You need to explain what this code supposed to do.