Skip to content

silgy_app_session_done

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

void silgy_app_session_done(int ci)

Description

Called when closing anonymous user session.

After calling this function the session memory will be zero-ed, so there's no need to clear user session members here.

There's no guarantee that ci indicates the actual connection, as it may be called well after user agent had disconnected (as timeouted session). It's provided only for a convenience, to be able to use usual macros accessing session data, mainly US and AUS.

Learn about sessions in Silgy.

Returns

None

Example

Clone this wiki locally