2016-01-18 10:17 GMT+01:00 <ma...@apache.org>: > Author: markt > Date: Mon Jan 18 09:17:13 2016 > New Revision: 1725201 > > URL: http://svn.apache.org/viewvc?rev=1725201&view=rev > Log: > Refactor handling of failed loading of persisted sessions. > Old behaviour: > - sessions loaded up to point where error occurred > - serialized session data deleted > - web app started > i.e. session data after the failure was lost > New behaviour > - serialized session data deleted only if all sessions loaded without > error > - web application only starts if all sessions loaded without error > > Honestly I'm not a big fan of session saving, I consider it causes as much issues as it does resolve. But as a result, I think it should be best effort, so I prefer the old behavior.
Rémy