Re: [PHP] cache_limiter & cache_expire

2004-01-04 Thread Marek Kilimajer
Eli Hen wrote: Hello All, I would like to do that the session will expire after X minutes, and the page at the client will expire after Y minutes. How can I do that? I understand that session_cache_limiter() function determines who can cache the page: - pulic:proxies and clients. - private

[PHP] cache_limiter & cache_expire

2004-01-04 Thread Eli Hen
Hello All, I would like to do that the session will expire after X minutes, and the page at the client will expire after Y minutes. How can I do that? I understand that session_cache_limiter() function determines who can cache the page: - pulic:proxies and clients. - private:clients.

[PHP] cache_limiter & cache_expire

2004-01-04 Thread Eli Hen
Hello All, I would like to do that the session will expire after X minutes, and the page at the client will expire after Y minutes. How can I do that? I understand that session_cache_limiter() function determines who can cache the page: - pulic:proxies and clients. - private:clients.