0
votes
1answer
20 views

Non caching page

After 30 minutes the user should get logged out, but it seems the cache is keeping the user online for a couple of pages/clicks... if (isset($_SESSION['LAST_ACTIVITY']) && (time() - ...
0
votes
3answers
54 views

How to avoid show the image has same name just did remove?

I try to use ajax upload images to raphael, after upload 1.jpg then remove then upload another image as same name 1.jpg. It is show the image just did remove before, I found some similar question and ...
0
votes
3answers
51 views

Browser Caching problems

I created a shopping cart application but after add items to shopping cart from products page and then go to the cart page cart is showing empty, but after refresh product is showing, I think browser ...
0
votes
1answer
46 views

Cache buster in PHP

I am trying to make a simple PHP cache buster, but I have a little problem: if I do header('Location: http://localhost:8080?'.time()); then my url will be http://localhost:8080/?1234445, however what ...
0
votes
1answer
70 views

Caching Images generated by PHP script

Well, as given in the title, I want to cache the resource generated by my php script on the user's browser. I want to do so because I want to serve thumbnail images for some images from the server ...
0
votes
1answer
227 views

codeigniter multistage forms using POST and making the backbutton work

I have codeigniter forms which use POST to go from one page to the next. Each stage uses user submission data. I read in: http://stackoverflow.com/a/13559805/1021360 That I need to use a ...
1
vote
0answers
107 views

Why is my htaccess rule still producing gtmetrix, yslow expire headers errors?

I have a rule set up in my .htaccess on a WordPress site. It looks like this: # manual caching - force use of browser cache FileETag MTime Size <ifmodule mod_expires.c> <filesmatch ...
0
votes
1answer
285 views

Working with HTTP cache in Laravel, static files path generation

I'm planning to use Laravel framework in my next project. By now i get stuck in organizing links to static content in my project (images, scripts etc.) For example, i have this cache option (do cache ...
4
votes
2answers
55 views

Clearing browser cache once file on server is deleted

I am caching images on user's browser to avoid repeated network requests. However, sometimes those images will be deleted from the server and fresh ones will take their place with the same name. I ...
0
votes
0answers
83 views

Browser cache control and adaptive images

I am developing a website whose main content is images, that i have put in the background as <img> tags (having them as a CSS background property managed by media-queries is not an option). I ...
0
votes
1answer
72 views

Can I use filemtime('style.css') in PHP to force a browser to reload a css?

Can I use filemtime in PHP to force a browser to reload a css? $mtime = filemtime('style.css'); echo "\style.css?mod=" . $mtime; Is filemtime too slow?
0
votes
1answer
47 views

Best way to implement file name version in apache

I was reading that it is better to name my file "test.v01.css" instead of "test.css?v=01" because of some proxies that ignore the CGI-param part. The question is: What is the easiest way to do that? ...
5
votes
1answer
375 views

Prevent form fields from repopulating after clicking the back button

I have a form. After it is successfully submitted, there is a server side redirect to view the new entry. Problem: All the inputs are still populated with the last values after the back button is ...
2
votes
1answer
189 views

How to get 304 response for PHP generated javascript file?

I have the following PHP file: <?php Header('Content-Type: application/javascript'); echo "// Some dynamically generated JavaScript here..."; So it's a .php file but it's interpreted as a ...
0
votes
1answer
154 views

Minify CSS on the fly: leveraging browser caching

I'm writing a script that will combine and minify requested CSS files and then echo them out. I have most of the work done, however I'm stuck on one small, yet very important piece: Leveraging browser ...
3
votes
1answer
106 views

How caches system works for website

I have searched cache topics and i ended up in the following <meta http-equiv="Cache-control" content="description"> description Public - may be cached in public shared caches Private - ...
1
vote
1answer
450 views

How to prevent Browser cache for php site

I have a php site running in cloud server.When ever i add new files css, js or images the browser is loading the same old js, css and image files stored in cache. My site has a doctype and meta tag ...
1
vote
1answer
150 views

how to catch cache clear event using javascript?

I am working on a socket based chat project. I am storing all online users' name in database so that it can be checked for duplicate user name. My application makes user offline easily if we are ...
0
votes
1answer
189 views

Browser Cache Control System in Php

i'm trying to build a browser cache control system written in PHP. More in the deep, i'd like to serve every browser request with Php, to generate the right HTTP Response Header an to generate an ...
1
vote
1answer
81 views

How to clean cache after leaving a webpage ? php or any script?

The issue is, every browser used to store cache of webpages, and whenever I update my webpage from the server, I can not see the updating until I perform refreshing of that page or clear the cache. ...
1
vote
1answer
131 views

Cache only the latest version of javascript file

I am having trouble with javascript files being cached by the browser, even though I use FileETag MTime Size in htaccess to check the modified time and size to see if it is the latest version. I ...
0
votes
2answers
630 views

How to clear cache in Controller CakePHP 2.x?

I am working a properties website where user creates the listing and later to save it, we ask him to connect via Facebook. Currently it is working nice but, when I create another property (say a User ...
1
vote
2answers
95 views

Dynamic PHP pages: to Cache or not to Cache?

Generally speaking, should you do any Browser/Header Caching for dynamic PHP pages? If so, what setting should you use?
1
vote
3answers
351 views

What Cache Headers should you use on your PHP site with CloudFlare so that “Always Online” works?

What Cache Headers should you use on your PHP site with CloudFlare so that "Always Online" works and your images get cached by their CDN? CloudFlare's documentation is atrocious, and their support ...
0
votes
0answers
53 views

What are the ideal Cache Header settings for a generic PHP-based Social Networking site using CloudFlare? [closed]

What are the ideal Cache Header settings for a generic PHP-based Social Networking site using CloudFlare and how would you actually go about setting those recommended Cache settings?
0
votes
1answer
89 views

How to remove “max-age” parameter from the Cache headers in PHP?

How can I remove the max-age parameter from the Cache headers in PHP? If I comment out the session.cache_expire variable in PHP.ini, it just sets max-age to 10800.
0
votes
0answers
48 views

Strange caching behaviour on cloned PHP / Apache based website

I have just created a clone of a web system in order make a development version. The clone is on the same server, I have copied all files, database structure etc. The vhost.conf and httpd.include are ...
0
votes
3answers
45 views

How to build a PHP middle server between another server & clients?

I'm trying to build a PHP server(i'll call it here server1) , that works as a middle server between another web server (server2) and clients. The reason I'm doing that, I want to hide the API Key ...
2
votes
4answers
832 views

A way to “No cache” with Php on part of my page?

I have a form on a page of my site. I have a table which echos from submit form, which I would like to no cache because when you enter form the cached version is showed and not updated. Is there a ...
0
votes
3answers
143 views

How to delete an image from the cache broswer after shown on php?

How to delete an image from the broswer cache after shown on php? I would like to delete this image from cache browsers, after displaying this image on browsers. Loading of images should be ...
1
vote
2answers
211 views

Do browsers cache images?

I have a PHP page with some Javascript that changes the SRC attribute on a IMG tag after a fixed interval of time (5 seconds). There is a fixed number of images that I cycle through. The PHP builds ...
2
votes
1answer
186 views

Clear just shown image from cache on php

I would like to clear or no write in cache url image, the code was create on ajax . Now I would like to show image and don't save in cache index.php <html> <head> <meta ...
0
votes
1answer
152 views

Explicitly cache PHP pages client-side

I have the following PHP script (say, cache.php): <?php Header("Cache-Control: public"); $offset = 60 * 60 * 24 * 3; $ExpStr = "Expires: " . gmdate("D, d M Y H:i:s", time() + $offset) . " ...
0
votes
1answer
75 views

browser cookie. and other options for achieve the same effect

How would I create a cookie that would store the randomly added body class for one browser session or for one day. My intention would be to randomly give every user a body background image and then ...
0
votes
1answer
302 views

Joomla clear cache for a specific page only

I want to clear cache on a specific page ? I'm using Joomla as my CMS. Whats the override do I have to do? What's the code should I insert into my view? Thanks
0
votes
4answers
120 views

Is it possible to store image on user's browser

On my main page there is a big size image (~6 MB). It's kind of map. I would like to store that image in user's browser even if they close browser or restart their PC, is it possible somehow? That ...
0
votes
1answer
48 views

php modifiers & cache concept

Does Php have any modifiers like 'persistent' in java? My purpose is to store Result sets which are retrieved from Database onto server RAM. When user next time searches for same values, I will not ...
0
votes
3answers
113 views

How to take advantage of Image caching while keeping track of when images have changed?

On one of my sites, I simply store my users images as '1.jpg' in their user folder. This means that whenever they change their profile pic, the filename stays the same. I've been wanting to take ...
1
vote
4answers
92 views

Stopping client seeing cached webpage

Ive found this tricky to word so please bear with me. When I'm updating a website and I ask the client to see the changes, they always see the cached result from last time. Now this isn't a problem ...
0
votes
0answers
31 views

Cant Disable the cache for my 3 php forms, Only registeration information gets updated to database and forma are emailed in php

header('Cache-Control: no-cache, no-store, must-revalidate'); header('Pragma: no-cache'); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); session_start();
0
votes
1answer
143 views

prevent page/controller/method from being cached on clean codeigniter 2.1.1

I'm making a new site and decided to take a step into the world of Codeigniter, although I've hit a bump in the road and could really do with some expert advice. I am having some problems doing ...
2
votes
1answer
60 views

What is the best way to control Flex + PHP software version?

SWho works with cached clients system knows that sometimes you have to update server and client files. So far I've managed to solve partially the problem, by making one call every time the software is ...
0
votes
1answer
655 views

header nocache not working as expected

The header on my site script includes the following: header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, ...
0
votes
1answer
183 views

How can I make that php webpages expire in certain time

It may be a basic question, but I cannot find the answer. For security reasons, several articles recommend "do not cache pages". So I usually put the following at the beginning of my web pages ...
2
votes
2answers
977 views

Caching all the images of my website for faster loading of my site

I am building a site with lots of images, i want all the images to be cached if loaded once in a browser for ever, I use php for my sites, for example, if you load facebook for the first time, you ...
1
vote
1answer
59 views

Browser cache after server missconfiguration

On a symfony production server, an automatic update has uninstalled libapache2-mod-php5. So after that, whenever you try to access a website page, it downloads the index.php file as text: <?php ...
0
votes
2answers
216 views

Instant Notifications

What I'm wanting to know and look into is find out how I can have a page/function or what not load every couple of seconds or what not that way i can report a notification instantly to my user in my ...
4
votes
3answers
948 views

Preventing Caching of CSS Files

I am developing a simple website using PHP. Development Configuration : WAMP Production Configuration : LAMP While testing, I changed my CSS file, but when I reload the page my browser(not sure) ...
0
votes
1answer
134 views

storing data as cache from a DB in cookies or some other method?

I have a site, which requests data from a SQL DB, from different rows, in different tables on each pageview. I'm planning to just save all the data as temporary cache in cookies (with JSON) on the ...
2
votes
2answers
247 views

Cache manipulated images in PHP

That works just fine. But, the problem is when image changes but has the same name. My cache system recognizes that image has changed and deletes old cached file and creates new one, and then serves ...

1 2