M
mike
Hello.
I have a web site that is using Basic Authentication (yes, I am using HTTPS)
and is sessionless (I am maintaining session state in a database via a
custom component).
When the user clicks "Log Off", or when a cookie expires, I want to
Un-Authenticate the user so that he/she cannot back-pedal to a page without
having to sign in again.
Basically, I want to clear the users credentials.
Anyone know how?
Thanks in advance,
Mike
I have a web site that is using Basic Authentication (yes, I am using HTTPS)
and is sessionless (I am maintaining session state in a database via a
custom component).
When the user clicks "Log Off", or when a cookie expires, I want to
Un-Authenticate the user so that he/she cannot back-pedal to a page without
having to sign in again.
Basically, I want to clear the users credentials.
Anyone know how?
Thanks in advance,
Mike