Uh oh!
There was an error while loading. Please reload this page.
tgt cookie lifetime should > maximum_session_lifetime - #178
Conversation
mitfik
commented
Aug 11, 2013
Hi, As I understand we do not set any expiration time which mean that by default it should be "At end of session". Thanks |
anvyzhang
commented
Aug 16, 2013
ifsettings.config[:maximum_session_lifetime] && Time.now - tgt.created_on > settings.config[:maximum_session_lifetime]
|
anvyzhang
commented
Sep 4, 2013
then what? |
mitfik
commented
Sep 4, 2013
then we will create few tests to confirm your error/scenario and then we will apply the fix. We need to make sure that it will not break anything. I will try to do it as soon as possible I will keep posting you about progress. |
If
maximum_session_lifetimewas set, then tgt cookie should have a life time more thanmaximum_session_lifetime