Skip to content

Commit

Permalink
note added about making list of active sessions persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed May 12, 2014
1 parent eb66555 commit 34d5022
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@ public class SessionCounter implements HttpSessionListener {

private static Logger log = LogManager.getLogger(SessionCounter.class);

// TODO: Consider to make activeSessions persistent, such that after restart the existing sessions also get listed
private static HashMap activeSessions = new HashMap();

/**
Expand Down

0 comments on commit 34d5022

Please sign in to comment.