Skip to content

Commit

Permalink
Session remove fixes..
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranjith Manickam committed Apr 9, 2019
1 parent e631a02 commit b3bdf83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public void remove(org.apache.catalina.Session session) {
/** {@inheritDoc} */
@Override
public void remove(org.apache.catalina.Session session, boolean update) {
this.dataCache.expire(session.getId(), 10);
this.dataCache.delete(session.getId());
}

/** {@inheritDoc} */
Expand Down

0 comments on commit b3bdf83

Please sign in to comment.