hi everyone
currently i am doing one application , in which i need to disable
caching ..I am using servlet and jsp..At what time(during request
process) i should disable caching and how it can be done.
please give some tips regarding my problem
Thanks and Regards,
pathik s gandhi
Sanjay - 30 Jan 2006 07:22 GMT
> hi everyone
>
> currently i am doing one application , in which i need to disable
> caching ..I am using servlet and jsp..At what time(during request
What cacheing are you talking about. JSP Cached objects?
> process) i should disable caching and how it can be done.
>
> please give some tips regarding my problem
>
> Thanks and Regards,
> pathik s gandhi
gandhi.pathik@gmail.com - 30 Jan 2006 07:51 GMT
i am talking about html caching by browser.
Sanjay - 30 Jan 2006 07:56 GMT
> i am talking about html caching by browser.
Use HTTP headers to control the caching of Web pages.
You can find more information at
http://support.microsoft.com/kb/234067/EN-US/
Sanjay
gandhi.pathik@gmail.com - 30 Jan 2006 10:15 GMT
thanks for tips.
Regards,
pathik s gandhi