Are django sessisons safe to use for mission critical signup forms?
- by Gattster
What is the best practice when designing a mission critical signup form when it comes to using django-powered sessions?
Is it generally considered ok to require the user to accept the session cookie?
Are there any tips to maximize the percent of users who can accept the session cookie?