on 26/06/03 5:23 PM, Bibhas Kumar Samanta ([EMAIL PROTECTED]) wrote: > my problem is that when I use sessions in the restricted pages > the session_start() seem to reset the form ( when other filled in data > is lost) when go back to the form using > Back in the browser. > So I wanted to avoid session_start
This seems like more of a limitation of WHERE you're starting the session, or a limitation of how your browser deals with forms. I'm unsure of your exact problem (since you haven't posted a URL for us to see what's wrong, and you haven't shown us any code), but I can guarantee that all the large PHP sites use sessions -- your problem is not a problem with PHP's sessions exactly -- more like a quirk/problem with HOW you've implemented it I *think*. Justin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php