Re: how to make cookie unable to expire

2010-03-23 Thread mariyan nenchev
Hi, use Cookies.setCookie(name, value, new Date(System.currentTimeMillis() + exipry)); Where expiry is how long you want your cookie to live in milliseconds. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send emai

how to make cookie unable to expire

2010-03-23 Thread la_89ondevg
Hye Everybody I posted here expecting suggestions or solution for this problem. PROBLEM: I was making a for a login screen and wanted to add the feature of 'remember me' in the login screen. But even after googling and reading hundreds of lines on different blogs I don't find any solution for sett