Session.Timing.Time
data Time a Source #
Creation and access times, used to determine session expiration
Constructors
Fields
When the session was created
This is used to apply the absolute timeout.
When the session was last accessed
This is used to apply the idle timeout.
Defined in Session.Timing.Time
Methods
showsPrec :: Int -> Time a -> ShowS #
show :: Time a -> String #
showList :: [Time a] -> ShowS #
(==) :: Time a -> Time a -> Bool #
(/=) :: Time a -> Time a -> Bool #