Sessions Exceptions in Django

  • Sessions Exceptions are defined in django.contrib.sessions.exceptions.
  • SessionInterrupted is raised when a session is destroyed in a concurrent request. 
  • It is subclass of BadRequest.
  • It is new in Django 3.2.

Comments

Popular posts from this blog

Internationalization (Language Setting) in Django

reverse_lazy() Method in Django

CharFilter in Django