Skip to content

silgy_app_session_init

Jurek Muszyński edited this page May 27, 2019 · 3 revisions

bool silgy_app_session_init(int ci)

Description

Called when new anonymous user session starts.

Learn about sessions in Silgy.

Returns

true if everything OK. Returning false will cause the session to be closed and silgy_app_session_done() will be called. Response status will be set to 500.

Example

Clone this wiki locally