Hi ,
I need to programmatically clear the user browser cache/cookie/temp files through the Java/J2EE code initially when the user hit the site for any transactions. So that there wont be any cache issue for the user to perform various transactions. Please let me know what is the best approach to do so?
Thanks.