#25757: Don`t create session automatically for anonymouse user
----------------------------------+--------------------------------------
     Reporter:  hale01            |                    Owner:  nobody
         Type:  Uncategorized     |                   Status:  new
    Component:  contrib.sessions  |                  Version:  1.8
     Severity:  Normal            |               Resolution:
     Keywords:  cooke, session    |             Triage Stage:  Unreviewed
    Has patch:  0                 |      Needs documentation:  0
  Needs tests:  0                 |  Patch needs improvement:  0
Easy pickings:  0                 |                    UI/UX:  0
----------------------------------+--------------------------------------

Comment (by hale01):

 Sorry, i badly speak English

 For anonymouse user don`t create sessionid

 I think a problem somewhere here
 
https://github.com/django/django/commit/8cc41ce7a7a8f6bebfdd89d5ab276cd0109f4fc5

 {{{#!python
   if (modified or settings.SESSION_SAVE_EVERY_REQUEST) and not empty:
  }}}

 temporary solution for me
 {{{#!python
   if (modified or settings.SESSION_SAVE_EVERY_REQUEST):
  }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25757#comment:2>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.07254b7aec726c01734ca8d59dbe46f4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to