You have to poke around in the modSSL code to find out how to do this. I don't
think there's anything prepared for you. (For an "home-made" SSL server based
on OpenSSL you could use something like SSL_CTX_remove_session (ssl_ctx,
SSL_get_session (ssl).)

You should probably not implement "logout" with this kind of mechanism;
instead, implement logic in your app which keeps track of users...

Patrik


Radovan Semancik wrote:

> Patrik Carlsson wrote:
> >
> > One raw way of doing this from the server side is to simply remove the
> > current/last client session from the cache. This will trigger the "select
> > certificate" dialog on the client side.
> >
>
> Hmm, that will suffice ... but ... how to do it?
>
> --
>                              Radovan Semancik ([EMAIL PROTECTED])
>                          System Engineer, Business Global Systems a.s.
>                                    http://storm.alert.sk
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to