Home All Groups Group Topic Archive Search About
Author
6 Apr 2005 6:35 PM
Shaun Wilde
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

Author
7 Apr 2005 10:47 AM
WenJun Zhang[msft]
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.
Author
7 Apr 2005 7:23 PM
Shaun Wilde
Hi

thanks I'll look into this some more

Shaun

""WenJun Zhang[msft]"" <v-wzh***@online.microsoft.com> wrote in message
Show quoteHide quote
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.
>
Author
8 Apr 2005 6:13 AM
WenJun Zhang[msft]
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.