SessionDAO.remove

Deletes the associated EIS record of the specified {@code session}. If there never existed a session EIS record with the identifier of {@link Session#getId() session.getId()}, then this method does nothing.

@param session the session to remove.

interface SessionDAO
void
remove

Meta