Tomás Charad
Tomás Charad
Hi @alvarowolfx !!! Could you help us with this?
It could be nil rather than empty: After debugging a sign in: ``` Storing 69feda1f73faa2d75b40d1751cdc14fa for index ST-14444063957494-GwQp70KGeT7FXoHSjGC7l8RXoVFLParn8sFxYNpH ``` I tried this on console ``` Rails.cache.read("devise_cas_authenticatable:ST-14444063957494-GwQp70KGeT7FXoHSjGC7l8RXoVFLParn8sFxYNpH") ``` And got nil......
Hi Nat, I have just runned console in production mode and still cannot find the key: Another example: ``` 2015-10-14T22:11:32.153702+00:00 app[web.3]: Storing Session ID 1a0e9f1325f7008e59c2137554fc1eff for ticket ST-14448606902089-HC1GMTHqaxjfxddwx8V2jwPm5aE2lNA6mDzfAHMB 2015-10-14T22:11:32.153755+00:00 app[web.3]:...
Could this be related to the fact that some sessions do not have a "complete" data property? Ex (First one with maybe incomplete data property): ``` => # => #...
Can this issue may be related to the fact that I have multiple instances running on heroku?
Nat, I reduced the instances to one (I had one app with 18 and another with 12) and the problem was solved. What alternative do I have for fixing this...
Yes, I'm using that! session_store.rb: ``` Rails.application.config.session_store :active_record_store ``` But I think that the gem stores the tuple in caché (cas_server_session_ticket, internal_application_ticket) even when using active record session store. Take...
Ok, I'm doing this today. Let you know when is done, maybe you want to assign me this ticket. Thanks for your help.
I have the same problem... now with ep 417
Hi! I have the same problem over here.