session_store.rb の :expire_after を使用して、Rails でセッション タイムアウトが発生した場合
AppRails3::Application.config.session_store :cookie_store,
key: '_App_Rails3_session',
:expire_after => 20.minutes
Tomcat では、web.xml で session-timeout を設定します。
どちらが使用されますか?両方?