|
J
|
Jane 10/26/2006 |
|
Shery, SESSION("UserID") = "username" SESSION("AccessLevel") = ACCESS_LEVEL_USER SESSION("GroupID") = "usergroup"
|
|
|
|
lefty 11/3/2006 |
Shery, you can add the following code to your application: where username is your actual username, usergroup is your real user group if you use group permissions on the Security tab in the ASPunner. And then you can login in your application and go to the ASPRunner pages without authorization.
|
|
|
|
Sergey Kornilov admin 11/4/2006 |
|
John, SESSION("AccessLevel") = ACCESS_LEVEL_USER
|
|
|
|
lefty 12/2/2006 |
John, you don't have to enter anything. You just need to pass an ID of logged user to ASP application generated by ASPRunnerPro. You can use session variable or URL parameter for this purpose. For example you can use the following URL to transfer users from your application to ASPRunner application: tablename_list.asp?userid=xxx Modify tablename_list.asp page by adding two following lines in the beginning: SESSION("AccessLevel") = ACCESS_LEVEL_USER
|
|