A Drupal 6 site we are currently building has a requirement to not set cookies for anonymous users. In this blog post, I describe the hack-free solution we implemented for them that prevents Drupal from setting cookies. There are three steps we took to put this solution into place: Override Drupal’s session.inc file to disable …
Read more »