Just to make things clear. If session.cache_limiter is set to private the following header will be sent in HTTP response:
Cache-Control private, max-age=10800, pre-check=10800
Where 10800 is the amount of seconds - default value of 180 minutes set by session.cache_expire which you are enabled to change with session_cache_expire() on run-time