I need a alternative way for storing sessions on my Wordpress build.
Are there any options to use one of the following:
- Storing sessions using Redis
- Storing sessions using Memcached
- Storing sessions using Database
- Any other methods which can be shared between multiple instances of Wordpress
Thanks in advanced, I really need this.