New 1.6.0 installation: session expired

Hey All,

I did a fresh install of 1.6.0 on CentOS 6.5 and it seems like the session
management is somehow messed up. Everything I try to do kicks me to the
login screen with the message "Your session has expired, please login again"

Is this a known issue?

Thanks,

Anthony

Some more details from production.log:

Started GET "/auth_source_ldaps" for 172.16.16.250 at 2014-09-22 14:17:27
-0400
Processing by AuthSourceLdapsController#index as HTML
Rendered auth_source_ldaps/welcome.html.erb within layouts/application
(1.3ms)
Rendered home/_user_dropdown.html.erb (2.1ms)
Read fragment views/tabs_and_title_records-3 (0.1ms)
Rendered home/_org_switcher.html.erb (0.0ms)
Rendered home/_submenu.html.erb (3.4ms)
Rendered home/_submenu.html.erb (4.0ms)
Rendered home/_submenu.html.erb (3.1ms)
Rendered home/_submenu.html.erb (3.3ms)
Rendered home/_submenu.html.erb (3.3ms)
Write fragment views/tabs_and_title_records-3 (1.4ms)
Rendered home/_topbar.html.erb (24.7ms)
Rendered layouts/base.html.erb (27.0ms)
Filter chain halted as :welcome rendered or redirected
Completed 200 OK in 35ms (Views: 30.1ms | ActiveRecord: 1.1ms)

Started GET "/auth_source_ldaps/new" for 172.16.16.250 at 2014-09-22
14:17:30 -0400
Processing by AuthSourceLdapsController#new as HTML
Session for Admin User is expired.
Redirected to https://foreman01.healthmedia.com/users/login
Filter chain halted as :session_expiry rendered or redirected
Completed 302 Found in 7ms (ActiveRecord: 0.5ms)

Started GET "/users/login" for 172.16.16.250 at 2014-09-22 14:17:30 -0400
Processing by UsersController#login as HTML
Rendered users/login.html.erb within layouts/login (1.9ms)
Rendered layouts/base.html.erb (1.2ms)
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)

··· On Monday, September 22, 2014 2:10:17 PM UTC-4, Anthony Clark wrote: > > Hey All, > > I did a fresh install of 1.6.0 on CentOS 6.5 and it seems like the session > management is somehow messed up. Everything I try to do kicks me to the > login screen with the message "Your session has expired, please login again" > > Is this a known issue? > > Thanks, > > Anthony >

http://projects.theforeman.org/issues/7579

> Hey All,
>
> I did a fresh install of 1.6.0 on CentOS 6.5 and it seems like the session
> management is somehow messed up. Everything I try to do kicks me to the
> login screen with the message "Your session has expired, please login again"
>
> Is this a known issue?
>

http://projects.theforeman.org/issues/7579

Ohad

··· On Mon, Sep 22, 2014 at 9:10 PM, Anthony Clark wrote:

Thanks,

Anthony


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

OK, setting idle_timeout to a non-zero value fixed it. Thanks for the fast
response!

··· On Monday, September 22, 2014 2:18:32 PM UTC-4, ohad wrote: > > http://projects.theforeman.org/issues/7579 > > On Mon, Sep 22, 2014 at 9:10 PM, Anthony Clark > wrote: > >> Hey All, >> >> I did a fresh install of 1.6.0 on CentOS 6.5 and it seems like the >> session management is somehow messed up. Everything I try to do kicks me to >> the login screen with the message "Your session has expired, please login >> again" >> >> Is this a known issue? >> > > http://projects.theforeman.org/issues/7579 > > Ohad > >> >> Thanks, >> >> Anthony >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Foreman users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to foreman-user...@googlegroups.com . >> To post to this group, send email to forema...@googlegroups.com >> . >> Visit this group at http://groups.google.com/group/foreman-users. >> For more options, visit https://groups.google.com/d/optout. >> > >