Matthew Gonzales <matt323@xxxxxxx> wrote: > Hello, > > Could some one offer their opinion one which is better to use when > creating a password protected area, a $Cookie or a $Session. I have > found alot of info on both and can't really make up my mind. I am > running PHP and MySQL on IIS 6.0. > > Matt G > Commonly people use sessions. It's designed for this kind of purpose. But sessions use cookies (one cookie). More info : http://www.php.net/session http://shiflett.org/articles/the-truth-about-sessions -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php