Closed (fixed)
Project:
Cache
Version:
6.x-1.0-beta1
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2009 at 20:25 UTC
Updated:
22 Oct 2009 at 09:40 UTC
This might be a very good reason not to use xcache as the default ( http://drupal.org/node/575678 ). I am creating the bug report just in case that is not the cause.
I just authored a very long blog post. When I hit "preview" I received a not authorized error. The post is lost.
Comments
Comment #1
doq commentedYou have used alternative session handler by specifying:
Two bins - cache_session and cache_session_user are used in this case. xcache.var_ttl is set to 1 hour according to your configuration and your session was simply removed from xcache cache. Also Apache restart will cause all sessions to be removed. I think we should enhance documentation for this case.
I recommend using some more reliable cache engine for bins "cache_session" and "cache_session_user", e.g. memcached with several servers or use cache chaining (when xcache is backup-ed by database for example). Or simply not using alternative session handler by removing
Comment #2
doq commented