<?xml version="1.0"?> <!-- $Id: db.table.session.xml 2320 2004-02-21 17:30:09Z cvs_iezzi $ --> <table name="session" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../lib/sourdough/Sd_Db/settings/table.xsd"> <fields> <field> <primarykey>true</primarykey> <name>id</name> <type>sourd_sessionid</type> </field> <field> <name>userid</name> <type>piga_id</type> </field> <field> <name>entry</name> <type>sourd_epoch</type> <description>Start of session</description> </field> <field> <name>expiry</name> <type>sourd_epoch</type> <description>Expiry of session</description> </field> <field> <name>sessdata</name> <type>text</type> <description>Session data</description> </field> </fields> </table>