Session (Contracts)

Session

interface Session (View source)

Methods

string getName()

Get the name of the session.

string getId()

Get the current session ID.

void setId(string $id)

Set the session ID.

bool start