HTTPS Question

  • Thread starter Thread starter Harald
  • Start date Start date
H

Harald

Hi all,
probably not so easy to solve problem:

We have a HTTPS siet that is secured with a certificate that is connected
with a card reader. After leaving the secured site the cache for the
connection should be reset so that a new connection to the siet ultimately
should request a new query of the certificate. Unfortzunately all trials to
prevent IE from caching the certificate were unsuccessful (except closing
all explorer instances which is not an option for us).
Does anyone know, how to solve this problem, either by appying any special
settings or may be programatically? Great thanks for any hint and/or help.
If there is a better location to post this question please also let me know!

- Harald
 
Hi all,
probably not so easy to solve problem:

We have a HTTPS siet that is secured with a certificate that
is connected
with a card reader. After leaving the secured site the cache
for the
connection should be reset so that a new connection to the
siet ultimately
should request a new query of the certificate. Unfortzunately
all trials to
prevent IE from caching the certificate were unsuccessful
(except closing
all explorer instances which is not an option for us).
Does anyone know, how to solve this problem, either by appying
any special
settings or may be programatically? Great thanks for any hint
and/or help.
If there is a better location to post this question please
also let me know!

- Harald

If it is only IE that dose this and all other browsers don’t.
Perhaps consider insisting they use a diffrent browser? Or if you do
not wish to do this, you may have to do the not so intelegant thing
and write a ActivX controelr that closes all IE instances upon the
user logging off the site.
 
Back
Top