|
|
Sergey Kornilov admin 2/26/2007 |
|
This is the part of my security related suggestions. |
|
|
N
|
nrijo 8/17/2007 |
|
LastAccess Datetime is exactly what my boss approached me today about. |
|
|
|
Sergey Kornilov admin 8/17/2007 |
|
Use AfterSuccessfulLogin Event to insert a record into log table. strSQL = "insert into log (userid, lastaccesstime) values ('" & Session("UserID") & "',now())" |
|
|
D
|
dunga author 8/25/2008 |
|
correct me if I am wrong please: |
|
|
D
|
dunga author 8/25/2008 |
|
after numerous tries, |
|
|
J
|
Jane 8/26/2008 |
|
Hi, '** Insert a record into another table **** strSQLInsert = "insert into lasttime (loggedas, updatedon) values ('" & Session("OwnerID") & "',now())" dbConnection.Execute strSQLInsert |
|