From: "Guus Ellenkamp" on 6 Jul 2010 06:48 I'm trying to set the cache_control_limiter to public, but it seems to stay in nocache. What can be wrong? Tried two servers.
From: Alexandre SIMON on 6 Jul 2010 07:48 If you want to manipulate cache control on PHP side, you must set PHP directive "session.cache_limiter" to an empty value. Be then sure to always set cache control headers to the right value according what your scripts do. 2010/7/6 Guus Ellenkamp <Ellenkamp_Guus(a)hotmail.com> > I'm trying to set the cache_control_limiter to public, but it seems to stay > in nocache. What can be wrong? Tried two servers. > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- SIMON Alexandre
From: "Guus Ellenkamp" on 7 Jul 2010 00:02 Thanks for the reply. I'm able to manipulate it with ini_set. However, according the documentation I should also be able to manipulate it with the function. Is it a bug? "Alexandre SIMON" <lexsimon(a)gmail.com> wrote in message news:AANLkTinXc9ejxvf2xd7Hj_92R3y2YxalzvNTjVcllnRK(a)mail.gmail.com... > If you want to manipulate cache control on PHP side, you must set PHP > directive "session.cache_limiter" to an empty value. Be then sure to > always > set cache control headers to the right value according what your scripts > do. > > 2010/7/6 Guus Ellenkamp <Ellenkamp_Guus(a)hotmail.com> > >> I'm trying to set the cache_control_limiter to public, but it seems to >> stay >> in nocache. What can be wrong? Tried two servers. >> >> >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > > -- > SIMON Alexandre >
|
Pages: 1 Prev: "php -l" - does it find *anything*? Next: communication protocol |