![]() |
Sergey Kornilov admin 1/22/2009 |
ScottM, if Request.ServerVariables("LOGON_USER")<>"" then SESSION("UserID") = Request.ServerVariables("LOGONUSER") SESSION("tablename_OwnerID") = Request.ServerVariables("LOGON_USER") SESSION("AccessLevel") = ACCESS_LEVEL_USER Response.Redirect "xxxx.asp" end if |
S
|
smcdonald@ciri.com author 1/23/2009 |
As suggested, I added the following line: |
![]() |
Sergey Kornilov admin 1/23/2009 |
Tablename is the name of your table in the database. |