Skip to content

SESSION_DATA

Jurek Muszyński edited this page Mar 28, 2024 · 3 revisions

app_session_data_t SESSION_DATA

Description

Simplifies access to the application session structure assigned to current connection.

Returns

One of the app_session_data_t member.

Example

sprintf(sql, "UPDATE documents SET address='%s' WHERE user_id=%d", SESSION_DATA.address, SESSION.user_id);
Clone this wiki locally