<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -55,6 +55,22 @@ Your application users will need to have added the application in facebook to ac
 
 to your application controller.
 
+== using MemCache session
+
+Facebook uses some non alphanum characters in the session identifier which interfere with memcache stored sessions. If you want to use MemCache for storing sessions, you can override the valid session id method on memcache by placing the following code in an initializer:
+
+# add - as an okay key
+class CGI
+  class Session
+    class MemCacheStore
+      def check_id(id) #:nodoc:#
+        /[^0-9a-zA-Z\-\._]+/ =~ id.to_s ? false : true
+      end
+    end
+  end
+end
+
+
 == LICENSE:
 
 (The MIT License)</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9fddf89b7cc41a353b84605b1da8c9f1f825336c</id>
    </parent>
  </parents>
  <author>
    <name>Michael Mangino</name>
    <email>mmangino@elevatedrails.com</email>
  </author>
  <url>http://github.com/digitalhobbit/facebooker/commit/9bdf1091d5052cace021d36887ffe9ee768691f2</url>
  <id>9bdf1091d5052cace021d36887ffe9ee768691f2</id>
  <committed-date>2009-01-13T05:55:52-08:00</committed-date>
  <authored-date>2009-01-13T05:55:52-08:00</authored-date>
  <message>Override memcache session</message>
  <tree>8ef901af40ec9dcb7b3b03b7113e5cc281829acd</tree>
  <committer>
    <name>Michael Mangino</name>
    <email>mmangino@elevatedrails.com</email>
  </committer>
</commit>
