473,388 Members | 1,426 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

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

Jun 27 '07 #1
1 1937
On Jun 27, 7:03 am, Anshul <anshul...@gmail.comwrote:
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.

Jun 27 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Stephen | last post by:
I've found this code to help me with my session logout problem. Before I had a session and when I logged out everything worked fine and I was brought to the log out page but when i clicked the back...
1
by: Anubis Cain Dante | last post by:
I am trying to programmatically clear the forms and passwords in internet explorer. I am well aware of how to do this (via the UI) in Internet Options and I've already accomplished programmatically...
6
by: Chris | last post by:
In asp we have "Response.Expires = 0" and I've tried: HttpResponse.RemoveOutputCacheItem("page location") But I can't get the page to display new. This is a problem if the data is changed and the...
0
by: Micha³ Januszczyk | last post by:
is there any way to tell whether the application has entered the shutdown state ? I put some data into aspnet cache. Special callback method is specified that should be called when cache item is...
6
by: JJ_377 | last post by:
In a "Save and Quit" button on my web app form (aspx), I have the following code that is supposed to clear a session variable (an user id) and redirect to a logon page: Session.Clear()...
0
by: PD | last post by:
I am trying to stream out a PDF file via the response object and when I execute the code it always brings up the first document that I pulled up.Even when I step through the code, I can see the new...
0
by: dimpy | last post by:
Hi everyone, I am using some big size data adapters to fill datasets to be sent to a web service. Now every time i get an error in datatype or constraints violations while filling the dataset, I...
0
by: negmat | last post by:
Hello everyone, I have the following question: I am aware that the objects currently in the cache can be viewed by issuing the following command: SELECT * FROM master.dbo.Syscacheobjects ...
0
by: Nizha | last post by:
Hi, The browser cache is not getting clearing inspite of setting these headers.. <% response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 response.setHeader("Pragma","no-cache");...
1
by: David Lozzi | last post by:
Howdy, How do I forcibly clear out the cache for entire web application? I want to give my customer the option to clear the cache after any major data updates they may do. Thanks! David...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.