Hy, I've downoladed the pack that allow to protect a site area with user and password.
Weel,i think that I must create a page of users registration that save user and pwd in the database. Ok!
But when i'll go to test tha protect page doesn't works!
In all page that i want to protect i put this:
If Session("blnIsUserGood") = False or IsNull(Session("blnIsUserGood")) = True then
'Redirect to unathorised user page
Response.Redirect"unauthorised_user_page.htm" End If
|
at the top of the page!
Once log myself i can always enter in the page! There is a max time till i remain logged? There is a way of logout myself? If I don't logout, other users can enter in the protect page, olny type the name file in the IE bar.
How can i do?
TNX

Edited by simoza - 07 February 2005 at 6:47pm