You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to forum doesn't work no contacts section either so i ask here
i'm trying Doo framework but it's near to impossible to develop because once
browser receive responce it will never request page again so i need to add some
random query params to be sure that it is current copy.
Now i have added following to my index.php
Doo::app()->setRawHeader('Expires: Sat, 26 Jul 1997 05:00:00 GMT');
Doo::app()->setRawHeader('Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . '
GMT' );
Doo::app()->setRawHeader('Cache-Control: no-store, no-cache, must-revalidate' );
Doo::app()->setRawHeader('Cache-Control: post-check=0, pre-check=0', false );
Doo::app()->setRawHeader('Pragma: no-cache' );
is i doing it wrong and missing something? I hope so.
Original issue reported on code.google.com by th-net@ya.ru on 30 Oct 2013 at 3:15
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
th-net@ya.ru
on 30 Oct 2013 at 3:15The text was updated successfully, but these errors were encountered: