J
Jason \(MFT1\)
I'm using cookieless sessions and forms authentication for a website which
only has light activity.
I am using the authentication to protect only certain folders and all that
works just fine. The usernames and passwords are stored in the code behind
in a login subroutine rather than a database since there are so few users.
What I now want to do relates to users who have already logged in and who
submit any of the protected forms.
Rather than have them reenter their info on the form I would like to have
the form submit their user name along with the form without requiring them
to retype the info in. (I do it now by the way whenever they log in so I
know who is logging in on the system but that info is local to the login
form).
In old ASP we used session variables to do this. How might this be done with
asp.net?
only has light activity.
I am using the authentication to protect only certain folders and all that
works just fine. The usernames and passwords are stored in the code behind
in a login subroutine rather than a database since there are so few users.
What I now want to do relates to users who have already logged in and who
submit any of the protected forms.
Rather than have them reenter their info on the form I would like to have
the form submit their user name along with the form without requiring them
to retype the info in. (I do it now by the way whenever they log in so I
know who is logging in on the system but that info is local to the login
form).
In old ASP we used session variables to do this. How might this be done with
asp.net?