In ServiceStack this line is not correct.
userSession = this.Cache.Get(SessionKey); (Line:28)
Cache is null when this code is called.
My production site is broken now.
Any solution?
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.
Big mistake of me. This code
MUST CALL BEFORE
But also ServiceStackController throw meaningful exception ( Cache could not resolved) because It has dependency to cache!