Link to home
Start Free TrialLog in
Avatar of steve29
steve29

asked on

How to pass form variables from login page?

I am relatively new to web development and dreamweaver.  I have an ASP page that prompts for username and password.  I have then set the server behavior in dreamweaver to login user.  Everything seems to be working fine as far as logging in the user, but I can't figure out how to diplay the user name on the destination page.  Any help is greatly appreciated.
ASKER CERTIFIED SOLUTION
Avatar of sharptek
sharptek
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of steve29
steve29

ASKER

That helps.  I was trying to reference it as just a variable and not a session variable.  Thank you for your help.