Is there any working Session Storage or do I have to use MemoryStore?
Is there any working Session Storage or do I have to use MemoryStore ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know of any session store that uses CouchDB. You can use MemoryStore but when your process restarts you lose all your sessions. I think most people use redis to store their sessions but having yet an other extra technology in your stack can be undesirable.