tgt cookie lifetime should > maximum_session_lifetime#178
tgt cookie lifetime should > maximum_session_lifetime#178anvyzhang wants to merge 1 commit intorubycas:masterfrom anvyzhang:master
Conversation
|
Hi, As I understand we do not set any expiration time which mean that by default it should be "At end of session". Thanks |
|
if settings.config[:maximum_session_lifetime] && Time.now - tgt.created_on > settings.config[:maximum_session_lifetime]
|
|
then what? |
|
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