touch method

void touch()

Touches the session to update last access time.

Implementation

void touch() {
  _session['last_access'] = DateTime.now().toIso8601String();
}