• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How do i delete a cookie whose path I do not know ?

 
Bartender
Posts: 2911
150
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ???
 
Thank you my well lotioned goddess! Here, have my favorite tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic