Xon submitted a new resource:
Session Cache - Seperate cache configuration for session data
Read more about this resource...
Session Cache - Seperate cache configuration for session data
Allows the setup of a dedicated session cache distinct from the normal XF cache
Defines a "sessionCache" section in addition to of a "cache" section. Takes all the same options, except $config['cache']['cacheSessions']
Note;
Migration
- if no 'sessionCache' section is defined or it is disabled, falls back on existing cache/mysql storage
A migration script is provided which knows how to copy MySQL or...
Read more about this resource...