SessionIdExtractable constructor

const SessionIdExtractable({
  1. String name = 'session',
})

Reads the session id from the cookie named name.

Implementation

const SessionIdExtractable({this.name = 'session'});