Megatest

sessions.sql at [4faf3cbddf]
Login

File stml2/sessions.sql artifact 051fddcb13 part of check-in 4faf3cbddf


CREATE TABLE session_vars (id integer primary key,  session_id integer, page text, key text, value text);

CREATE TABLE sessions ( id integer primary key, session_key text);