#3285: [patch] django.contrib.signed_cookies proposal
----------------------------------------------------------------+-----------
Reporter: Marty Alchin (Gulopine) <[EMAIL PROTECTED]> |
Owner: adrian
Status: closed |
Component: Contrib apps
Version: |
Resolution: invalid
Keywords: |
Stage: Design decision needed
Has_patch: 1 |
Needs_docs: 0
Needs_tests: 0 |
Needs_better_patch: 0
----------------------------------------------------------------+-----------
Changes (by [EMAIL PROTECTED]):
* status: reopened => closed
* resolution: => invalid
Comment:
Can anybody help me? I have problem by cookies. I want to have two kind of
cookie: permanent and temporary. Temporary cookie should be deleted when
browser close. I don't want to use "SESSION_EXPIRE_AT_BROWSER_CLOSE"
because that will delete all part of cookies but I want to temporary part
to delete. Can you know how I shall do that? Can I have two sessions in my
code or any event for closing browser exists? I can't use "unload"
JavaScript? events because that is call when URL is change, in my test the
URL will be change page by page, I want to delete temporary cookie
whenever browser close. Thanks a lot
--
Ticket URL: <http://code.djangoproject.com/ticket/3285#comment:6>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---