Previous Page Next Page

Summary

In this hour, we discussed the Django session framework. You learned how Django's session framework differs from simply using cookies. We discussed how to configure the session manager and how to use it to add and retrieve data about the session. In addition, you learned how to use the HttpRequest object that is passed to view functions to set cookies in and retrieve cookies from the browser.

Previous Page Next Page