trait Illuminate / Foundation / Testing / Concerns / InteractsWithSession

InteractsWithSession

Methods

public

withSession ( array $data ) : $this

Set the session to the given array.

Parameters

  • $data array
public

session ( array $data ) : $this

Set the session to the given array.

Parameters

  • $data array
protected

startSession ( ) : $this

Start the session for the application.

public

flushSession ( ) : $this

Flush all of the current session data.