Hi Guys.
I need to devise a way that would stop someone being able to access my pages unless an authorized user. I am assuming that my clients (or at least some of them) will have cookies disabled (probably an internal IT policy)so I cannot use session variables.
Is there an easy obvious way ?
Currently my users login by details entered on a page login.asp which upon submission are validated on validate.asp against a MySql db, the user is sent back to login.asp if unsuccessfull.
I current use Request.Form to pickup details from previous page. Is this safe or can abusers see these details. Could I just keep passing a 'hidden' input and check at the begining of each page that this held an expected value?
Blimey, I hope the above makes sense!
As always - many thanks in advance
tabbytab
I need to devise a way that would stop someone being able to access my pages unless an authorized user. I am assuming that my clients (or at least some of them) will have cookies disabled (probably an internal IT policy)so I cannot use session variables.
Is there an easy obvious way ?
Currently my users login by details entered on a page login.asp which upon submission are validated on validate.asp against a MySql db, the user is sent back to login.asp if unsuccessfull.
I current use Request.Form to pickup details from previous page. Is this safe or can abusers see these details. Could I just keep passing a 'hidden' input and check at the begining of each page that this held an expected value?
Blimey, I hope the above makes sense!
As always - many thanks in advance
tabbytab