Forum Moderators: coopster
I'm trying to work with sessions for a moment and noticed that session's usage triggers cache control method and pragma switching to no-cache.
I've read that session.cache_limiter parameter can be used to specify the type of caching (none/nocache/private/private_no_expire/public).
Is no-cache method really needed by session mechanism?
If no, what caching type is better for SE?
Thanks in advance.
So really the caching depends only on the usage.
Hope this cleares things a bit
Best regards
Michal Cibor