Replaced ContextResponder with a more generic Destroyable interface.
[jsvc.git] / src / dolda / jsvc / util / PerSession.java
2011-03-28 Fredrik TolfReplaced ContextResponder with a more generic Destroyab...
2009-10-29 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-10-28 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-10-28 Fredrik TolfAdded an explicit destruction action for sessions.
2009-10-26 Fredrik TolfCache sessions per request.
2009-10-26 Fredrik TolfUpon session expiration, call destroy() on ContextRespo...
2009-10-26 Fredrik TolfTry more specific constructors first in PerSession.
2009-10-26 Fredrik TolfAdded a simple session manager for responders and used...