ServerVariable Caching

R

rclowser

Everyone,

I don't know if I'm putting this in the right group or not (sorry). I'm
developing a website, using ASP VBScript, and I'm using
Response.ServerVariable("cert_subject") to get information about the client's
certificate (smart card). But this variable is cached, the user can take the
smart card out, and the previous data is still there. It's only until you
close the browser and reopen IE that it flushes it. Does anyone know of a way
to flush that particular variable, or force IE to relook at the cert each
time of the response call?

Thanks
Robert
 
B

Bob Barrows [MVP]

rclowser said:
Everyone,

I don't know if I'm putting this in the right group or not (sorry).
I'm developing a website, using ASP VBScript, and I'm using
Response.ServerVariable("cert_subject") to get information about the
client's certificate (smart card). But this variable is cached, the
user can take the smart card out, and the previous data is still
there. It's only until you close the browser and reopen IE that it
flushes it. Does anyone know of a way to flush that particular
variable, or force IE to relook at the cert each time of the response
call?
None that I know of. This information is supplied by the browser so that
is where the behavior is dictated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
474,083
Messages
2,570,591
Members
47,212
Latest member
RobynWiley

Latest Threads

Top