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 8961945
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T16:00:44+00:00 2026-06-15T16:00:44+00:00

CKAN uses Pylons and hence Beaker. It therefore appears to stores session info (and

  • 0

CKAN uses Pylons and hence Beaker. It therefore appears to stores session info (and other cache info) on disk. Is there a way to configure CKAN to store session information somewhere else than disk e.g. DB or memcached?

I’m asking particularly because a) you can run into issues storing sessions on disk (if you have a lot of sessions) b) I would like to run CKAN on something like Heroku where having sessions on disk causes issues (esp if you have more than 1 process)

  • 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-15T16:00:46+00:00Added an answer on June 15, 2026 at 4:00 pm

    Install memcached with:

    sudo apt-get install memcached
    

    Default config should have settings to listen to localhost on port 11211. /etc/memcached.conf:

    -l 127.0.0.1
    -p 11211
    

    For CKAN/Beaker to talk to it, you’ll need Python module pylibmc and libmemcached. Install libmemcached2 first and see which version comes with your distro:

    sudo apt-get install libmemcached2
    

    Lucid comes with v0.31-1 which needs pylibmc no later than version 0.9. If you have 0.32 then you can use a more recent pylibmc. Now install pylibmc:

    pip install pylibmc==0.9
    

    Then in your ckan config you set up Beaker to talk to it like this:

    beaker.session.type = ext:memcached
    beaker.session.url = 127.0.0.1:11211
    

    Once you restart you should be using Beaker, instead of creating those files that eventually completely fill your disk.

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

Sidebar

Related Questions

I am setting up CKAN, a pylons application according to these instructions: http://packages.python.org/ckan/deployment.html But
I'm programming in python on a pre-existing pylons project (the okfn's ckan), but I'm
I have CKAN installed in a virtualenv and the virtualenv activated, and I've installed
Using virtualenvwrapper to develop on the CKAN project is a bit more complex than
Are you aware of alternatives to CKAN ? I am searching for a metadata

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.