| Author |
client certificates
|
|
| Shaun Wilde 2005-04-06, 5:57 pm |
| am using client certificates to provide access to a web site.
Once a user is logged in - how do they log out?
Also how do I force the site to force the presentation of the certificate
again - say on session timeout etc etc? ie a forced log out.
Thanks
Shaun Wilde
| |
| WenJun Zhang[msft] 2005-04-07, 7:49 am |
| Hi Shaun,
The SSL session will be ended when IE window is closed. There are
also registry keys to control the timeout setting for both client and
server. Since we cannot set ClientCacheTime on every client. Just
specify a ServerCacheTime key on IIS server to control the behavior
at server side.
Please refer to:
247658 HOW TO: Configure Secure Sockets Layer Server and Client Cache
Elements
http://support.microsoft.com/?id=247658
Thanks.
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
| |
| Shaun Wilde 2005-04-07, 6:05 pm |
| Hi
thanks I'll look into this some more
Shaun
""WenJun Zhang[msft]"" <v-wzhang@online.microsoft.com> wrote in message
news:7s$3n81OFHA.3136@TK2MSFTNGXA01.phx.gbl...
> Hi Shaun,
>
> The SSL session will be ended when IE window is closed. There are
> also registry keys to control the timeout setting for both client and
> server. Since we cannot set ClientCacheTime on every client. Just
> specify a ServerCacheTime key on IIS server to control the behavior
> at server side.
>
> Please refer to:
>
> 247658 HOW TO: Configure Secure Sockets Layer Server and Client Cache
> Elements
> http://support.microsoft.com/?id=247658
>
> Thanks.
>
> Best regards,
>
> WenJun Zhang
> Microsoft Online Partner Support
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
| |
| WenJun Zhang[msft] 2005-04-08, 2:52 am |
| You are welcome Shuan. Please feel free to post here again if you
meet any further questions.
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
|
|
|
|