hi all

please i am unable to find how to obtain sesssion key after i create the 
session.
from 
http://www.djangoproject.com/documentation/sessions/#using-sessions-out-of-views

i save some data

from django.contrib.sessions.backends.db import SessionStore

s = SessionStore(session_key='')
s['name'] = 'pavel'
s.save()

so it creates new row in django_session table, but how will i obtain now 
the session key to retrive the session data?

thank you very much for advice
pavel



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to