Revision 194 (by ahitrov, 2012/03/15 18:25:50) Session plugin
CREATE TABLE sessions (
  id char(32) not null primary key,
  dtime timestamp not null default now(),
  a_session text
);