Django - Difference between Database backed sessions and Cookie Based Session?
问题 Was going through Django Documentation and found this "https://docs.djangoproject.com/en/1.4/topics/http/sessions/#using-database-backed-sessions". What is the difference between database backed sessions and cookie based sessions? What is the advantage of one over the other? And what are the disadvantages? 回答1: A Session is used by websites to store application state for visitors across multiple page loads. Cookie Sessions Store their data on the client/user end Work smoothly when you have a