What is happening here:

fav_color = request.session.get('fav_color', 'red')

Is it trying to retrieve 'fav_color' from the session.  If it doesn't
exist, does it put it in the session and assign the value 'red' for
it.


--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to