Re: [PHP] cache_control_limiter

2010-07-06 Thread Guus Ellenkamp
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" wrote in message news:aanlktinxc9ejxvf2xd7hj_92r3y2yxalzvntjvcll...@mail.gmail.com... > If you want to ma

Re: [PHP] cache_control_limiter

2010-07-06 Thread Alexandre SIMON
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 > I'm trying to set the cache_control_limiter to

[PHP] cache_control_limiter

2010-07-06 Thread Guus Ellenkamp
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