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

  • Home
  • SEARCH
  • 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 3305920
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:13:37+00:00 2026-05-17T21:13:37+00:00

I’m busting my brains over this issue (it should be straightforward), but can’t seem

  • 0

I’m busting my brains over this issue (it should be straightforward), but can’t seem to find a solution so hopefully one of you can help me. I’m trying to store sessions using php’s memcache extension.

I’m running MAMP and have installed the extension correctly (I think…it shows up when I do phpinfo), am running the daemon and can connect to it through php, using something like this:

$memcache = new Memcache;
$memcache->connect('localhost', 11211) or die ("Could not connect");

So I KNOW that php can communicate with the daemon. The problem is when I enable memcache session storage in php.ini and try to do a session_start() it gives me an error that it “Cannot find save handler memcache”. This is what is in my php.ini:

session.save_handler = memcache
session.save_path = "tcp://127.0.0.1:11211"

Any help would be much appreciated =(

Some additional info:

Installed using the directions here:

http://lullabot.com/articles/setup-memcached-mamp-sandbox-environment

on OSX 1.6.4 and i put the .so file in the proper directory

  • 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-05-17T21:13:38+00:00Added an answer on May 17, 2026 at 9:13 pm

    Memcached, not Memcache. Same as the name of the class.

    session.save_handler = memcached
    

    EDIT since the OP indicated that it was just a typo.

    There are some similar stories here:
    http://www.dotdeb.org/2008/08/25/storing-your-php-sessions-using-memcached/
    http://phpslacker.com/2009/03/02/php-session-clustering-with-memcache/

    Did you say “yes” when the installer asked you “Enable memcache session handler support?”

    If it doesn’t work, try the new Memcached extension (with the D). It’s supposed to be better somehow.

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

Sidebar

Related Questions

No related questions found

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.