clearing cache - Javascript

This is a discussion on clearing cache - Javascript ; Hello, I'm using an Iframe to display user's detail if logged in and login form if logged out. Its working very fine in Mozilla but not working in IE. Cookies are getting destroyed but still Iframe condition is not getting ...

+ Reply to Thread
Results 1 to 2 of 2

clearing cache

  1. Default clearing cache

    Hello,
    I'm using an Iframe to display user's detail if logged in and
    login form if logged out. Its working very fine in Mozilla but not
    working in IE. Cookies are getting destroyed but still Iframe
    condition is not getting changed.
    I mean what I'm doing is giving conditions - if user is
    logged in a different table and user's informations will b displayed
    but if he is logged out so in the same Iframe he will b able to see
    the login page. But presently what is happening is the cache is not
    getting cleared in my view and even after logging out the logged in
    table without user's information is displayed as cookies are getting
    destroyed and after refreshing for about 10 times the login page is
    getting displayed.

    Please Help as this is screwing. It can be thru JS/HTML/CGI


  2. Default Re: clearing cache

    On Jun 27, 7:03 am, Anshul <anshul...@> wrote:
    > Hello,
    > I'm using an Iframe to display user's detail if logged in and
    > login form if logged out. Its working very fine in Mozilla but not
    > working in IE. Cookies are getting destroyed but still Iframe
    > condition is not getting changed.
    > I mean what I'm doing is giving conditions - if user is
    > logged in a different table and user's informations will b displayed
    > but if he is logged out so in the same Iframe he will b able to see
    > the login page. But presently what is happening is the cache is not
    > getting cleared in my view and even after logging out the logged in
    > table without user's information is displayed as cookies are getting
    > destroyed and after refreshing for about 10 times the login page is
    > getting displayed.
    >
    > Please Help as this is screwing. It can be thru JS/HTML/CGI


    make sure the iframe url sends no caching headers, and/or use a random
    string on the end of the url to fool the browser cache into thinking
    its a new page. url?k=89798475938 you can generate this will rand or
    part of the data object whatever in javascript.


+ Reply to Thread

Similar Threads

  1. response buffer clearing ADO cache?
    By Application Development in forum Inetserver
    Replies: 4
    Last Post: 12-03-2007, 10:27 AM
  2. Clearing classloader cache
    By Application Development in forum Java
    Replies: 3
    Last Post: 04-26-2007, 07:29 PM
  3. Clearing Java Cache
    By Application Development in forum Java
    Replies: 6
    Last Post: 12-06-2006, 10:21 PM
  4. javaws clearing cache via commandline
    By Application Development in forum Java
    Replies: 5
    Last Post: 03-08-2006, 09:19 PM
  5. Cache not clearing problem
    By Application Development in forum XML SOAP
    Replies: 8
    Last Post: 08-29-2003, 12:29 PM