how to delete the temp. internet files,cookies using JSP/Applet

how to delete the temp. internet files,cookies using JSP/Applet?
[71 byte] By [jaydeepswea] at [2007-11-27 0:51:05]
# 1

You can't, using JSP. as that runs on the server and not the client, and you would need

1) a policy change on the client and/or, at the least, a signed jarfile

2) to know where the temp internet files are on the different systems (and under the different users as it is configurable)

in oder to use an Applet to do so. And, a web server should never be interested in what the client is doing in that area. If you don't want valid copies of old pages lying around on a server, look into the "expires" header and the cache pragmas and set those in your produced html pages.

masijade.a at 2007-7-11 23:21:43 > top of Java-index,Java Essentials,Java Programming...