![]() |
Ultralight C API 1.3.0
|
Go to the source code of this file.
Functions | |
| ULExport ULSession | ulCreateSession (ULRenderer renderer, bool is_persistent, ULString name) |
| Create a Session to store local data in (such as cookies, local storage, application cache, indexed db, etc). | |
| ULExport void | ulDestroySession (ULSession session) |
| Destroy a Session. | |
| ULExport ULSession | ulDefaultSession (ULRenderer renderer) |
| Get the default session (persistent session named "default"). | |
| ULExport bool | ulSessionIsPersistent (ULSession session) |
| Whether or not is persistent (backed to disk). | |
| ULExport ULString | ulSessionGetName (ULSession session) |
| Unique name identifying the session (used for unique disk path). | |
| ULExport unsigned long long | ulSessionGetId (ULSession session) |
| Unique numeric Id for the session. | |
| ULExport ULString | ulSessionGetDiskPath (ULSession session) |
| The disk path to write to (used by persistent sessions only). | |
| ULExport ULSession ulCreateSession | ( | ULRenderer | renderer, |
| bool | is_persistent, | ||
| ULString | name | ||
| ) |
Create a Session to store local data in (such as cookies, local storage, application cache, indexed db, etc).
| ULExport ULSession ulDefaultSession | ( | ULRenderer | renderer | ) |
Get the default session (persistent session named "default").
The disk path to write to (used by persistent sessions only).
Unique name identifying the session (used for unique disk path).