usally i used to write like below ---------------------------------------------------- <meta http-equiv="Expires" content=0>--->2 ---------------------------------------------------what is the difference between 1 and 2 [ September 21, 2008: Message edited by: Bear Bibeault ]
Well, it's not my JSP FAQ. The JSP FAQ has been contributed to by many members.
Originally posted by seetharaman venkatasamy: what is the difference between 1 and 2
One is valid and the other is not.
The invalid value seems to work because all invalid values cause the resource to be considered expired. But this is a side effect and it's bad form to use invalid values to take advantage of a side effect. Better to be explicit and correct. [ September 21, 2008: Message edited by: Bear Bibeault ]