eaGeier

Session2 Table

From EA-Geier

Jump to: navigation, search
Database
Config Table
Clients Table
ClientConfig Table
Users Table
UserConfig Table
Session2 Table
SimpleTest Table
Cash-Book Table
Assets-Book Table
Purchase-Book Table
Traveling-Expenses Table
Balance Table

This table holds the session data of logged in users. It is used through the session interface of the ADOdb library. All data stored in this table is encrypted and hashed.

<?xml version="1.0"?>
<schema version="0.3">
  <table name="sessions2">
    <desc>table for ADOdb session-management</desc>
    <field name="SESSKEY" type="C" size="64">
      <descr>session key</descr>
      <KEY/>
      <NOTNULL/>
    </field>
    <field name="EXPIRY" type="T">
      <descr></descr>
      <NOTNULL/>
    </field>
    <field name="CREATED" type="T">
      <NOTNULL/>
    </field>
    <field name="MODIFIED" type="T">
      <NOTNULL/>
    </field>
    <field name="EXPIREREF" type="C" size="250">
    </field>
    <field name="SESSDATA" type="XL">
      <NOTNULL/>
    </field>
  </table>
</schema>
(Please click here to find the acronyms used on this page)
Personal tools
Advertisment