Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite loop with 'Session inactivity timeout' set #16

Open
bcmedeiros opened this issue Sep 12, 2018 · 7 comments
Open

Infinite loop with 'Session inactivity timeout' set #16

bcmedeiros opened this issue Sep 12, 2018 · 7 comments

Comments

@bcmedeiros
Copy link

If I set any session timeout in Redmine, users can initially log in properly, but after the session has expired, they experience an infinite loop in the browser.

This is the Redmine log when this occurs (backoffice.company.com is the Redmine root address):

Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 3.8ms)
Started GET "/oic/login" for 125.168.96.206 at 2018-09-11 10:50:55 -0300
Processing by AccountController#oic_login as HTML
Redirected to https://backoffice.company.com/oic/login
Filter chain halted as :session_expiration rendered or redirected
Completed 302 Found in 7ms (ActiveRecord: 2.1ms)
Started GET "/oic/login" for 125.168.96.206 at 2018-09-11 10:50:57 -0300
Processing by AccountController#oic_login as HTML
Redirected to https://backoffice.company.com/oic/login
Filter chain halted as :session_expiration rendered or redirected
Completed 302 Found in 7ms (ActiveRecord: 2.3ms)
Started GET "/oic/login" for 125.168.96.206 at 2018-09-11 10:50:59 -0300
Processing by AccountController#oic_login as HTML
Redirected to https://backoffice.company.com/oic/login
Filter chain halted as :session_expiration rendered or redirected
Completed 302 Found in 8ms (ActiveRecord: 2.4ms)
Started GET "/oic/login" for 125.168.96.206 at 2018-09-11 10:51:16 -0300
Processing by AccountController#oic_login as HTML
Redirected to https://backoffice.company.com/oic/login
Filter chain halted as :session_expiration rendered or redirected
Completed 302 Found in 20ms (ActiveRecord: 2.3ms)
Started GET "/oic/login" for 125.168.96.206 at 2018-09-11 10:51:18 -0300
Processing by AccountController#oic_login as HTML
Redirected to https://backoffice.company.com/oic/login
Filter chain halted as :session_expiration rendered or redirected
Completed 302 Found in 7ms (ActiveRecord: 2.1ms)

Any ideas on what could be happening?

Cheers,

@bcmedeiros bcmedeiros changed the title Infinite lopp with 'Session inactivity timeout' set Infinite loop with 'Session inactivity timeout' set Sep 12, 2018
@moonug
Copy link

moonug commented Jul 29, 2019

No solution or workaround?

@bcmedeiros
Copy link
Author

Set infinite Redmine expiry.

@dcr31000
Copy link

Same when I lock an user account... any workaround ?

@TrumanRu
Copy link

Same ussue.

@TrumanRu
Copy link

Set infinite Redmine expiry.

@brunojcm What did you mean?

@bcmedeiros
Copy link
Author

Set infinite Redmine expiry.

@brunojcm What did you mean?

image

Sorry for my poor previous explanation :)

@galupa
Copy link

galupa commented Jul 5, 2021

Hi, I created #55 that should fix this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants