Session.Type (gb.web)
Static Property Type As String
Return or set the session type.
The supported types are:
file
-
The session is serialized in a binary file.
 | 
sqlite
 | 
The session is stored in a SQLite3 file. The gb.db.sqlite3 component is automatically loaded if needed.
 |