trait
Illuminate
/
Foundation
/
Testing
/
Concerns
/
InteractsWithSession
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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.