Skip to content
Jurek edited this page Apr 10, 2019 · 4 revisions

ausession_t AUS

Description

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

Available both in silgy_app as well as silgy_svc. In silgy_app process ci is required.

Returns

One of the ausession_t member.

Example

sprintf(sql, "UPDATE documents SET address='%s' WHERE user_id=%ld", AUS.address, US.uid);
Clone this wiki locally