Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5843465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:09:30+00:00 2026-05-22T12:09:30+00:00

I am querying to server through flex,first time its show the result but when

  • 0

I am querying to server through flex,first time its show the result but when I insert a new record and query next time,its shows previous results only(problem facing in IE but not in chrome).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T12:09:31+00:00Added an answer on May 22, 2026 at 12:09 pm

    You can parametrize your http(?) request, and by setting an always changing parameter, you can make sure that your response never gets read from cache.
    In the examples below I use a parameter with the name nocache for this task:

    You can set the nocache parameter in your url string:

    var url:String = "http://data.your.server?nocache=" + new Date().getTime();
    

    Or -if you use a URLRequest, you can set it inside its data member:

    //the url from where you get the data
    var url:String = "http://data.your.server";
    
    var urlVars:URLVariables = new URLVariables();
    urlVars.nocache = new Date().getTime();
    //set the other parameters (if any)
    
    //attach the parameter list to your request
    var request:URLRequest = new URLRequest(url);
    request.data = urlVars;
    

    Update
    Here the new Date().getTime() will return the system’s current time in milliseconds, so this way you can be sure, that it won’t get called with this parameter value again.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to querying XML datatype in SQL Server 2005. Anyone can help me
We have very strange problem, one of our applications is continually querying server by
I have a simple problem when querying the SQL Server 2005 database. I have
I am trying to nail down free space on a remote server by querying
I am querying the Microsoft Office SharePoint Server Search Service to write some results
I have an SQL server database that I am querying and I only want
Question: I can get the SQL Server database language by querying: SELECT @@language And
I'm learning php through head first's php and mysql and I'm toying with the
I am directly querying the back-end MS SQL Server for a software package. The
I'm using MS Query Analyzer (as part of SQL Server 2000) to write T-SQL

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.