On Wed, 04 Jun 2003 03:08:00 -0400, Monty wrote: >I've decided to require that members for a site need to have cookies enabled >in their browsers to sign-up and use the site. Is there a graceful way to >deal with this when users who have cookies off try to sign-up or log-in to >the site?
You can lead them to a page where you politly suggest they turn on their cookies just for your site and why. I would suggest using cookies only for the "convenience" of having their login information survive from session to session and use PHP Sessions for management of a particular visit. That said, I admit to having a cookie only site and have had absolutly no problems with my users figuring out they must have cookies enabled. However, I intend to add PHP Sessions to this site for those who like to log out after every session. Most like having their login information remembered via cookies. > >Thanks, > >Monty > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php