Session validator interface
Methods
Get data from validator to be used for validation comparisons
getData() : mixed
Get validator name for use with storing validators between requests
getName() : string
This method will be called at the beginning of
every session to determine if the current environment matches
that which was store in the setup() procedure.
isValid() : bool