no login page for users(guest) |
10/13/2005 00:10:04 | |
| ASPRunnerPro General questions | ||
|
author
Hi! |
||
|
|
Sergey Kornilov admin 10/17/2005 |
|
In the beginning of the list page make the following change (see in bold) If Session("UserID")="" then Session("UserID")="Guest" Session("AccessLevel")=ACCESS_LEVEL_GUEST End If |
|