საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

meta http-equiv="Pragma"content="no-cache" equivalent code for firefox any version

  • 4 პასუხი
  • 5 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა knorretje

this code is working for IE i.e. when I press back button after logout it does not show the previous pages but in fire fox it does not work . How can i solve it??

this code is working for IE i.e. when I press back button after logout it does not show the previous pages but in fire fox it does not work . How can i solve it??

ყველა პასუხი (4)

Googled around a little bit and found this: http://www.i18nguy.com/markup/metatags.html

Looks like

   <meta http-equiv="Cache-Control"content="no-cache">

might work.

Thanks for your reply, but

I also tried with these two line also

<meta http-equiv="Expires" content="-1">

<meta http-equiv="cache-control" content="no-cache, no store,must-revalidate"/>

it does not work. Any answer will be accepted.

I can not find any information about meta element pragmas in the documentation of the meta element. I also cannot find information about meta element pragmas in the html5 specification. Maybe this is no longer supported?
See:
https://developer.mozilla.org/en/HTML/Element/meta#attr-http-equiv
http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-meta-http-equiv
http://www.w3.org/TR/REC-html40/struct/global.html#adef-http-equiv
Maybe you can try to use real headers instead.