It happens when i put session_start() in my forms. When i tried to use back button , all fields are cleared, lost, killed, murdered .Help me please !
I've check under my desk, my mouse, my keyboard. Lost yo.
session_start() kills my form ?
Moderator: General Moderators
-
Pakcik_Kantin
- Forum Newbie
- Posts: 19
- Joined: Mon Jan 13, 2003 8:23 pm
- Location: Kuala Lumpur
Use
in the begining of you script, or change default cache behavior in php.ini
Code: Select all
ini_set ('session.cache_limiter','private, must revalidate');-
Pakcik_Kantin
- Forum Newbie
- Posts: 19
- Joined: Mon Jan 13, 2003 8:23 pm
- Location: Kuala Lumpur
Is there any side effects ?
Is there any side effect on when enable that