I have a cookie in my client autocreated by spring security : "SPRING_SECURITY_REMEMBER_ME_COOKIE"
I wanted to delete this in GWT,
however, to my suprise, the most simple code of Cookie.removeCookie didnt work in Firefox !!
it works in IE and chrome thought.
Simplest code to recreate this bug without spring :
As i understand, this is an existing issue in GWT scheduled for Milestone-2_0_MS1
http://code.google.com/p/google-web-toolkit/issues/detail?id=1574
any alternatives /
Java script to accomplish the same ???