Are django sessisons safe to use for mission critical signup forms?

Posted by Gattster on Stack Overflow See other posts from Stack Overflow or by Gattster
Published on 2010-02-24T23:22:23Z Indexed on 2010/03/08 21:06 UTC
Read the original article Hit count: 205

Filed under:
|
|
|

What is the best practice when designing a mission critical signup form when it comes to using django-powered sessions?

  1. Is it generally considered ok to require the user to accept the session cookie?
  2. Are there any tips to maximize the percent of users who can accept the session cookie?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about django