Sometimes you want to storage data on server side based on a sessionid in your browser, for this we can use session in Django pretty easy and i will show you you can work with session for a single server and if you want you can use memcached as session server to so you can scale your application on multi servers.