ID: 15978 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Session related Operating System: WIN 2K PHP Version: 4.0.6 New Comment:
This behaviour depends on your browser, not on PHP. Previous Comments: ------------------------------------------------------------------------ [2002-03-09 19:43:34] [EMAIL PROTECTED] Really strange...I believe it is a session problem (session_cache_limiter) Here is the thing: I'm using PHP4 sessions, and so have set the session_cache_limiter to 'private, must revalidate', to keep history. I have a page A.PHP with form. This page calls B.php. After sending datas from a.php to b.php and then hit the back button (to go back to a.PHP), I found my formfields with values always here. OK. Everything works fine. But when I send datas from a.php to b.php ,and then, on b.php page, I open a new window (with <A TARGET="_blank", or _new, or JS window.open, or right-click open in a new window), and try to go back to a.php again, then my fields are empty!!!! Hu! You can try on www.php.net, the problem is there too! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15978&edit=1
