Heisenberg submitted a new resource:
You must be registered for see links
- Separate cache configuration for session dataAllows 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']['sessions']
Note;
Migration
- if no 'sessionCache' section is defined or it is disabled, falls back on existing cache/mysql storage
- Xenforo Session handling does not interact with php sessions
- Does not affect installer session or admin sessions
A migration...
You must be registered for see links
