StartSession
class StartSession (View source)
Methods
void __construct(SessionManager $manager) Create a new session middleware. mixed handle(Request $request, Closure $next) Handle an incoming request. void terminate(Request $request, Response $response) Perform any final actions for the request lifecycle. SessionInterface getSession(Request $request) Get the session implementation from the manager.