Re: master/3.0.0 js interop ready to play with?

2014-10-03 Thread Steffi Müller
+1 Am Freitag, 3. Oktober 2014 23:14:17 UTC+2 schrieb confile: > > I am aso interested in Cristian's second question. How do you handle > Callbacks with JSInterop? > > > > Am Montag, 11. August 2014 20:17:32 UTC+2 schrieb Cristian Rinaldi: >> >> I was playing with JsInterop and perform several e

Cannot remove Cookie when Domain starts with Dot

2014-02-10 Thread Steffi Müller
I have a problem with deleting cookies. When I set a cookie like this: Cookies.setCookie(LOGIN_COOKIE_NAME, value, expires); I get a cookie with domain *www.test.com* When I set a cookie like this: String domain = "www.test.com"; Cookies.setCookie(LOGIN_COOKIE_NAME, value, expires, domain,