Ok, so I'm working on this while I'm posting...hoping that either I
will figure it out or that someone will reply with the answer,
whichever happens first.... :-)

I am working to store sessions in my database. However, when I add to
my model:

session.connect(request, response, db=db, tablename='session_record')

I get an error ticket that reads:

value too long for type character varying(32)

I haven't defined the session_records table outside of the definition
above. What's going on? Any ideas?




P.S. Also, if you don't mind, would someone explain session.secure()?
I just place that in the model as well, correct? Just like:

session.connect(request, response, db=db, tablename='session_record')
session.secure()

When I have a secure session, what does that mean exactly? Does that
mean traffic will be over https?? (Sorry for the green questions, but
this is something at which I'm still new! :-)  )
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to