Re: [PHP] PHP 4.0.3 : Sessions & history.back() : a solution ?

2001-04-30 Thread Yasuo Ohgaki
There is a functions called session_cache_limiter(). Use this function before you output anything (or use ob_start(), if you would like) Regards, -- Yasuo Ohgaki "Matthieu Brunet" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Well, I suppose it's a well kno

[PHP] PHP 4.0.3 : Sessions & history.back() : a solution ?

2001-04-30 Thread Matthieu Brunet
Well, I suppose it's a well known problem, but I haven't found a solution yet... As you know, when you don't use sessions, you can use the "back" button of your browser, or the javascript commande "history.back()". In the same time, you don't have to put some "nocache" header to have your dynamic