Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8734539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:51:38+00:00 2026-06-13T09:51:38+00:00

Recently we switched to memcached sessions from django’s default DB sessions. We’ve been using

  • 0

Recently we switched to memcached sessions from django’s default DB sessions.

We’ve been using the contrib session model to remove session based on a session_key: https://github.com/django/django/blob/master/django/contrib/sessions/models.py

Session.objects.get(session_key=key).delete()

Once we switched to memcached sessions the above query raises a DoesNotExist exception.

Is Django’s Session model usable with memcached sessions? If so, what is the solution?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T09:51:40+00:00Added an answer on June 13, 2026 at 9:51 am

    Django provides a django.contrib.sessions.backends.cache session backend which is supposed to achieve what you need so long as the cache is configured properly.

    As suggested by yourself, the Session model is used by the db backend. To use the cache backend, you could do the following (so you keep using the API and make the code future proof).

    from django.contrib.sessions.backends.cache import SessionStore
    session = SessionStore(session_key)
    session.delete()
    

    That’s how it’s done in the Sessions middleware.
    This method should work whatever the backend, which is likely a prefered behavior should you decide to move to another backend in the future.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently switched from a Java based project to a C#/.net project. I previously
I recently switched from using Linq to Sql to the Entity Framework. One of
I recently switched from using NSTimer to CVDisplayLink to redraw my OpenGL animation, but
I recently switched over to using Janus from a custom set of vim plugins
I recently switched out log4net logging from using config files to being set up
I recently switched to using Git (eGit) from SVN... for my Eclipse Java project
I recently switched from VB to C# and have, for the most part, been
I recently switched from using screen to tmux (obtained through macports), as I like
I recently switched from eclipse to intellij, it has been a great experience so
We recently switched to git for our source control needs. We have been using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.