From: Amol Lekurwale on 3 May 2010 01:18 > Hi, > I had been browsing for the cache issue for quite a long time and > found a common solution of 'no-cache' and 'Expires' etc. > Even though I tried all these, I still have the famous 'Resend?' > issue. The browser actually stores the form data and when you press > refresh, it asks if you want to resend and if you say yes., it does. I > dont think there is any solution to stop the browser from storing the > form data. > My requirement is a different one. As said above, the browser stores > form data. Now, there are specialized tools available, which can > recover the cache on the client. Note : Your server cannot do anything > in such a case. > My question : How to stop the browser from storing form data, so that > those tools will not recover such data from client. > I think of a possible solution of encryption using javascript or using > ajax. Will it help? I think I need to clear the client cache, only then I can remove the sensitive data. Is there any way to do this using javascript? > > Regards > Amol
From: David Mark on 3 May 2010 01:35 Amol Lekurwale wrote: >> Hi, >> I had been browsing for the cache issue for quite a long time and >> found a common solution of 'no-cache' and 'Expires' etc. >> Even though I tried all these, I still have the famous 'Resend?' >> issue. The browser actually stores the form data and when you press >> refresh, it asks if you want to resend and if you say yes., it does. I >> dont think there is any solution to stop the browser from storing the >> form data. Of course there is, but you are in the wrong group.
From: Amol Lekurwale on 3 May 2010 02:05 On May 3, 10:35 am, David Mark <dmark.cins...(a)gmail.com> wrote: > Amol Lekurwale wrote: > >> Hi, > >> I had been browsing for the cache issue for quite a long time and > >> found a common solution of 'no-cache' and 'Expires' etc. > >> Even though I tried all these, I still have the famous 'Resend?' > >> issue. The browser actually stores the form data and when you press > >> refresh, it asks if you want to resend and if you say yes., it does. I > >> dont think there is any solution to stop the browser from storing the > >> form data. > > Of course there is, but you are in the wrong group. Hi David, Thanks for your prompt reply. I had been suggested on another group to post question over here. Can you please provide the right place to post, and if possible a short description of how to achieve the 'resend' issue, so that i can explore myself. Is there any javascript solution to this problem? Regards, Amol
From: rf on 3 May 2010 02:12 "Amol Lekurwale" <amol.lekurwale(a)gmail.com> wrote in message news:fac90ffc-f281-4442-a9b4-4ac8ec521160(a)j36g2000prj.googlegroups.com... On May 3, 10:35 am, David Mark <dmark.cins...(a)gmail.com> wrote: > Amol Lekurwale wrote: > >> Hi, > >> I had been browsing for the cache issue for quite a long time and > >> found a common solution of 'no-cache' and 'Expires' etc. > >> Even though I tried all these, I still have the famous 'Resend?' > >> issue. The browser actually stores the form data and when you press > >> refresh, it asks if you want to resend and if you say yes., it does. I > >> dont think there is any solution to stop the browser from storing the > >> form data. > > Of course there is, but you are in the wrong group. Hi David, Thanks for your prompt reply. I had been suggested on another group to post question over here. Can you please provide the right place to post, and if possible a short description of how to achieve the 'resend' issue, so that i can explore myself. Is there any javascript solution to this problem? Regards, Amol It's done server side. Ask in the group specialising in your server side scripting language.
From: David Mark on 3 May 2010 02:27 Amol Lekurwale wrote: > On May 3, 10:35 am, David Mark <dmark.cins...(a)gmail.com> wrote: >> Amol Lekurwale wrote: >>>> Hi, >>>> I had been browsing for the cache issue for quite a long time and >>>> found a common solution of 'no-cache' and 'Expires' etc. >>>> Even though I tried all these, I still have the famous 'Resend?' >>>> issue. The browser actually stores the form data and when you press >>>> refresh, it asks if you want to resend and if you say yes., it does. I >>>> dont think there is any solution to stop the browser from storing the >>>> form data. >> Of course there is, but you are in the wrong group. > > Hi David, Hi! > Thanks for your prompt reply. > I had been suggested on another group to post question over here. A red herring. > Can you please provide the right place to post, and if possible a > short description of how to achieve the 'resend' issue, so that i can > explore myself. Is there any javascript solution to this problem? As mentioned, it can be a server side issue. It is usually a matter of using a POST when you could/should have used a GET request. If you do need to use a POST, then you can redirect on the server afterward. It can be a time-consuming trying to track down the right answer on Usenet (or God forbid StackOverflow or the like). And this looks like a good place for a plug. :) I'm getting ready to announce a new service (sort of like an insurance policy against wasting time) for those who have to deal with the HTML/CSS/JS trio on a daily basis. For $100 (US) per month, you can ask me (by email or IM) up to three (brief) questions per day with answers guaranteed within 24 hours. It's working like a charm in a limited roll-out (for me and the initial customers). Most don't ask anywhere near three questions per day and I find that most of the questions are softball pitches that I can easily flick out of the yard with one arm (i.e. asked and answered and over in thirty seconds or less). The average man (or woman) on the street seems thrilled to avoid this part of the Internet (meaning Usenet). I can't blame them. This is one of the better groups; but, for whatever reason, it is also tops on the list of places the clients wish to avoid. And of course, some answers you can't get here at all. ;)
|
Next
|
Last
Pages: 1 2 Prev: How do I modify a dropdown box? Next: Invoke download through javascript |