I'm using struts2.2.3 framework for my application. I i make any changes in my
jsp pages, they are not getting updated When i use IE6 browser. Instead its showing same old data. But, I'm not getting this kind of issue, if i use other browsers like Firefox, Chrome.
So, what i did is, i'm appending session id to all the jsp's in my application. With this, its working fine in all browsers including IE6.
But, i dont wanna append session id to jsp.
Is there anyway to overcome this issue without appending session id to all the jsps?
Thanks in advance.
Regards
Dev Anand.