예제 #1
0
 def set_cookie(self):
     Cookies.setCookie(self.unique_id,"freshly baked",10000000)
예제 #2
0
파일: login.py 프로젝트: fluidinfo/Tickery
def _deleteCookie():
    # Set the cookie back in time a few years.
    Cookies.setCookie(defaults.OAUTH_COOKIE, '', -100000000)