(Website) No diagnostic information at login if cookies turned off

• Dec 14, 2009 - 21:17
Type
Functional
Severity
S4 - Minor
Status
open issues
Project
  1. Turn off all cookies
  2. Go to musescore.org
  3. Fill in the account information
  4. Click Log In

Expected behavior: A notice that musescore failed to log in because cookies are turned off

Actual behavior: No error message. Page reloads but obviously it failed to log it.

(Tested using Firefox 3.5 and IE 8.9 Windows XP)


Comments

I don't know how well it would work for this situation, but Javascript also has navigator.cookieEnabled which returns True or False

If you know the name of the cookie then you can also test for the presence of it using javascript.