I dont think there is any solution to stop the browser from storing the form data.
Someone else may login to that machine.
Ulf Dittmer wrote:
Someone else may login to that machine.
Nobody should be using a shared account for sensitive data, so that's a somewhat contrived use case.
Ulf Dittmer wrote:The password hashing you mention addresses a different problem, it doesn't help with client-side security.
Ulf Dittmer wrote:Not sure what you mean by "redirection logic" or how it would help in this case.
As I said, we cannot control the user. So need to take care ourselves.
Can you ellaborate the problem which it addresses. Maybe we can use it someway, for some other problem.
But still not sure if this will really 'clear' the cache.
lekurwale amol wrote:Any updates please.
SCJP 1.5,SCWCD 1.5
adil qureshi wrote:
lekurwale amol wrote:Any updates please.
yes surely you can do that but not by disabling or changing anything at browser level ,i have faced a similar kind of problem ,for this issue you have to use certain kind of tokens to uniquely identify each and every request ,and if the same form is resubmitted you can log him out ,but yes this approach comes with a hit that you have to handle it at server level and if he resends then you have to stop him from any processing.