On 11/22/05, PythonistL <[EMAIL PROTECTED]> wrote: > Adrian, thank you for your reply. > I checked http://www.djangoproject.com/documentation/sessions/ and you > say:``Session dictionary keys that begin with an underscore are > reserved for internal use by Django. `` > So, I expect some to be exist. Is there a list of such session > dictionary keys that begin with an underscore ?
You shouldn't get or set session keys that begin with an underscore, because those are handled by Django and you may cause strange side effects by messing with them directly. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org