Hi guys, I'm starting to switch from ASP.NET to PHP, and also Drupal.
In ASP.NET, if the user has Cookies or Javascript turned off, this can introduce a lot of unforseen problems and complications. Most users have the default settings (on,on) but when they don't, mud hits the fans and it can be confusing as to where the "bug" is.
What other kinds of gotcha's are there for PHP and Drupal? Will there be problems if Javascript, Cookies are turned off? Other things to look out for?