|
|
Sergey Kornilov admin 3/10/2004 |
|
The best place to implement this is login.asp file.   If Not rs.EOF Then  Session("UserID") = Request("username")  Response.Redirect "cars_list.asp" Else  strMessage = "Invalid Login"  Session.Abandon End If |
|