You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by Darin Gordon <da...@gmail.com> on 2015/12/03 15:56:35 UTC

redundant session delete operation in DefaultSessionManager

FYI--

DefaultSessionManager.java:  line 191  afterStopped  calls delete but this
delete operation is redundant due to the SessionDAO uncaching a session
during onChange

Please confirm?


Thanks


DG