Guest User

Untitled

a guest
Jun 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @Override
  2. protected String getCookieDomainName() {
  3. final String configurationType = Application.get().getConfigurationType();
  4. if (configurationType.equalsIgnoreCase("DEVELOPMENT")) {
  5. return null;
  6. }
  7. return ".fabulously40.com";
  8. }
Add Comment
Please, Sign In to add comment