org.loom.servlet.names
Interface CookieNames


public interface CookieNames

Cookies used by Loom


Field Summary
static java.lang.String LOCALE
          Cookie with the current locale.
 

Field Detail

LOCALE

static final java.lang.String LOCALE
Cookie with the current locale. If present, Loom will use this locale instead of the browser preferred-languages list. We are setting the same standard used by google.

See Also:
Constant Field Values