Sorry guys,

     Its problem from my side.. and its solved..with

        response.setDateHeader("Expires", -1);
        response.setDateHeader("Last-Modified", System.currentTimeMillis());
        response.setHeader("Pragma", "");

        response.setHeader("Cache-Control", "");


On Fri, Jun 18, 2010 at 11:49 AM, jvvn murty <[email protected]> wrote:

> Hi guys,
>
>       I am wondering from last two days as i stuck with the issue i used
> https . Its working perfectly in all browsers except IE. I gone web
> searching lot . But i am not able to solve it.
>
>        I used in my java code by adding headers like no-cache.
>
>
>         response.setDateHeader("Expires", -1);
>         response.setDateHeader("Last-Modified", System.currentTimeMillis());
>         response.setHeader("Pragma", "");
>
>         response.setHeader("Cache-Control", "");
>
>        and also i gone through somany sites like:
>        http://kb2.adobe.com/cps/000/fdc7b5c.html
>
>  Can you guys help me.. i using jetty server + java + openlaszlo
>
>
> Thanks,
> Murty.
>
>
>
>

Reply via email to