Revision 191 (by ahitrov, 2012/03/15 18:22:24) Session plug-in
CREATE TABLE sessions (
  id char(32) not null primary key,
  dtime timestamp not null default now(),
  a_session text
);