models/session

The session model db table is used by a 3rd party session manager So our defining it here is a little unusual, it just lets us PEEK into the table with our crud functions

Notes
  • ATTN: We need to be careful that our definition of the table schema does not interfere with the cookie module definition, etc.
Source:
Author:

Classes

SessionModel