mattbaumann1
mattbaumann1
So. This seems to fix it although I need to look at it more closely to see why. Changing the send to read_attribute works. `self.read_attribute(Devise.saml_session_index_key)`
I believe the attr_accessor puts it into the session. Right now we are over riding the method in our user model, but I think changing the send to a read_attribute...
I just wanted to ping this again as I am hitting the same issues. @derhornspieler, did you ever figure this out?
I just wanted to ping this again as I am hitting the same issues. @derhornspieler, did you ever figure this out?
Any movement on this? Have people found workarounds? Is this the same as issue #13360?
@unixerius, thanks for the response.