Hi all,

We are working on migration of web-based application from SilverStream
application server to Tomcat.

There is a SilverStream specific call setEnableHistoryFixup() which is used
to fixup browser history. For details
refer to 'Controlling Browser History' section of the link:
http://www.novell.com/documentation/extendas35/docs/help/books/pgPageAdvanced.html

We are facing following problem in the web-application. Some of our
pages get cached in Netscape version 7.0, though we have set the
response-headers: 'Cache-control'  to 'no-cache' and 'Pragma' to
'no-cache'.

It seems the above problem gets solved in SilverSteam application
server after using setEnableHistoryFixup(false).

We want to simulate the similar functionality either using Java code or
using Java-Script. 
Does anyone have any idea on how we can simulate
setEnableHistoryFixup() functionality using Java/JavaScript?
Does Tomcat provide any similar functionality?

Pointers/any help would really be appreciated.

Regards,
~Kanchan.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to