Skip to content

Kirby 5.3.2

$session->prepareForWriting()

Puts the session into write mode by acquiring a lock and reloading the data

$session->prepareForWriting() has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.

$session->prepareForWriting(): void

Parent class

Kirby\Session\Session