|
This customization is designed for Database authentication but can be easily adopted to Active Directory Security.
This customization stores extra information at sign-in time.
There are several reasons to do this, including:
-
Display a greeting such as, "Hello [first name]".
-
Filter data based on the logged in user.
The extra information is saved in Session variables and is accessed as, e.g.
Session["firstName"]
Session["lastName"]
This customization will be added in:
..\<Application Name>\Security\SignIn.aspx.vb
For example: C:\MyApp1\Security\SignIn.aspx.vb
|