ok, no-cache ist mir klar. nur was heißt das "pragma" bei equiv???
was bedeutet <meta http-equiv="pragma" content="no-cache">
Einklappen
X
-
wenn ich mich nicht irre, ist das nur ein schlagwort.INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |
-
pragma
Original: http://smac.ucsd.edu/cgi-bin/http_we...a&method=exact
(pragmatic information) A standardised form of {comment} which has meaning to a {compiler}. It may use a special {syntax} or a specific form within the normal comment syntax. A pragma usually conveys non-essential information, often intended to help the compiler to optimise the program.
Kommentar
-
ja. lasse die zeile wie sie ist einfach im code.
dadurch wird unterbunden, dass z.b. ein proxy die seite cached. vorrausetzt ist natürlich, dass der proxy sich an den syntax hält, bzw. solche anweisungen auch umsetzt.INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |
Kommentar
-
Da gibts noch so ein paar ähnliche:
Code:<meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" />
Des "expires", ist wie ich glaube für Suchmaschinen gedacht,
das andere wie schon gesagt, fürs cachen, aber so nen richtigen schimmer hab ich auch net.
Kommentar
Kommentar