messages.storage.cookie.CookieStorage

class storage.cookie.CookieStorage

This class stores the message data in a cookie (signed with a secret hash to prevent manipulation) to persist notifications across requests. Old messages are dropped if the cookie data size would exceed 2048 bytes.

doc_Django
2016-10-09 18:39:04
Comments
Leave a Comment

Please login to continue.