PASTAplus / DataPortal

EDI Data Portal
3 stars 3 forks source link

Move session timeout setting into a property #114

Closed rogerdahl closed 11 months ago

rogerdahl commented 12 months ago

The session timeout value is currently set to 12 hours and is hard coded in LoginServlet. Move the value to dataportal.properties and set it to 8 hours.

Add note that the value interplays with corresponding value for token TTL.