Stephen Brannan - 400 - Sep 21, 2014

I’m using a custom auth user session. Do I have to do anything more than init it in the AuthFeature constructor in order for it to save off my custom properties to the cache (I’m using redis) ? I’m sure this is my issue, can’t seem to track it down.

Do you have [DataMember] attributes annotated on your Custom UserSession?

Stephen Brannan:

No I don’t good call. I’ll try that

Stephen Brannan:

Yup that was it! Thanks Demis!