13👍
✅
One way to do it is to change the session expiration date. This snippet gives an example: http://www.djangosnippets.org/snippets/1881/
👤dar
2👍
Apparently, there’s module for that:
http://code.google.com/p/django-remember-me/
I haven’t used it but it came up during my search.
- Django rest framework: 'create( )' NotImplementedError when making Http POST request
- Cache a django view that has URL parameters
Source:stackexchange.com