Skip to content

Kirby 5.3.2

$session->startTime()

Gets the session start time

$session->startTime(): int

Return type

int

Timestamp

This method modifies the existing $session object it is applied to and returns it again.

Parent class

Kirby\Session\Session