wow nevermind, I just found it, if anyone else is wondering here it
is:

CREATE TABLE <name> (
    id CHAR(129) UNIQUE NOT NULL,
    ip CHAR(16) NOT NULL,
    created int NOT NULL,
    touched int NOT NULL,
    data TEXT
  );


On Oct 21, 1:55 pm, Luca Matteis <[EMAIL PROTECTED]> wrote:
> Hi, I was trying to use this session (http://webpy.org/sessions) but I
> can't figure out what fields does the session_data table need.
>
> Luca


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to