![]() |
Sergey Kornilov admin 10/4/2012 |
Well, you can try to create a separate login page for Charter school members. Once they are logged in populate the following session variables and redirect them to the main application. |
G
|
gdmacdo author 10/5/2012 |
Thank you. This is exactly the scenario I was looking to implement. Well, you can try to create a separate login page for Charter school members. Once they are logged in populate the following session variables and redirect them to the main application. Session("UserID") - usually the username from the login table Session("UserName") - user friendly "logged as" name to be displayed on all pages Session("AccessLevel") - one of the following values ACCESS_LEVEL_GUEST, ACCESS_LEVEL_USER, ACCESS_LEVEL_ADMIN, ACCESS_LEVEL_ADMINGROUP Session("GroupID") - if you use User Group Permissions |