Interface ValidatingSession

All Superinterfaces:
Session
All Known Implementing Classes:
SimpleSession

public interface ValidatingSession extends Session
A ValidatingSession is a Session that is capable of determining it is valid or not and is able to validate itself if necessary.

Validation is usually an exercise of determining when the session was last accessed or modified and determining if that time is longer than a specified allowed duration.

Since:
0.9