I would like to set a Cookie on my client which never expires, how do
I do that?

I tried setting a date, but when I check the cookie, it always says:
"Expires: At end of session":

                Cookies.setCookie("continuityUser",
loginContext.getUsername(), new Date(Long.MAX_VALUE));


I use GWT 2.0.3, SmartGWT 2.1, Firefox 3.6.2 all on Vista Business x64

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to