Patrik Carlsson wrote:
> 
> 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...

That's what I have. I'm keeping track of my users, but I want to give
user a chance to change it privilege level by selecting another
certificate.

I'mu using mod_perl and there is no perl interface to mod_ssl, I suppose
..

... mhhh, well, it looks like I better forget 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]

Reply via email to