Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#236 closed defect (fixed)

Add support for deleting cookies easily

Reported by: maurycy Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'm not sure, but there's no way to delete cookies. Authorization model django.models.auth.Session._module_destroy_all_sessions() doesn't care and django.utils.httpwrappers doesn't have any methods related with.

It should be obviously added.

Change History (4)

comment:1 by anonymous, 19 years ago

Component: Admin interfaceCore framework

comment:2 by Adrian Holovaty, 19 years ago

Status: newassigned
Summary: deleting cookiesAdd support for deleting cookies easily

It's possible to delete a cookie by setting max_age=0, but that's unintuitive.

comment:3 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [668].

comment:4 by stefan at lanpartei.de, 17 years ago

This should be added to the documentation (it took me a while to find there actually is a delete_cookies command).
Right now I only found cookies stuff in the django book, nothing about cookie in the documentation at all.

Note: See TracTickets for help on using tickets.
Back to Top