Guest User

Untitled

a guest
Nov 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. response.set_cookie(
  2. # ...
  3. domain=settings.SESSION_COOKIE_DOMAIN,
  4. )
  5.  
  6. if domain is not None:
  7. self.cookies[key]['domain'] = domain
Add Comment
Please, Sign In to add comment