Hello, I am having a chat script which inserts chat conversations in database and retrieves it without refreshing page. When inserting the value from mozilla it displays the value perfectly in chatbox but it doesn't display the inserted value in IE. The script makes use of ajax for inserting and displaying the data. (Simple ajax chat script). But as soon as I delete temporary internet files from Internet options it displays the latest values inserted. How can I overcome from this problem? Please help me. Thanks in advance.
no i am not cleaning those files while running the script.... when i remove it manually it displays proper result.... but is it possible to clean the files using script?
problem solved! I just added session_start() at the beginning of the function which is retrieving data from the database using ajax so it doesn't create any temporaray internet files now. Hope this helps to anybody else facing the same problem as me.... cheers....