IBMStockTrader / trader

UI microservice for the Stock Trader app
Apache License 2.0
24 stars 63 forks source link

issues with being logged out frequently #5

Closed linsun closed 4 years ago

linsun commented 4 years ago

While playing with trade (could be also because I'm playing with trade v1 and v2), I got logged out frequently even when I didn't click on the logout button.

I ended up setting logoutOnHttpSessionExpire and trackLoggedOutSSOCookies to false, and this issue seem to go away.

jwalcorn commented 4 years ago

Updated server.xml to set those two fields to false. Thanks for the feedback!