[mod_python] session's error

黄华锋 hhf3498 at gmail.com
Thu Oct 16 11:35:48 EDT 2008


hi all:

i use code:

from mod_python import Session

sess = Session.Session(req)

if sess.is_new():

    sess['name'] = "test"

    sess.save()

then i find the session id from the browser,but the function save() was
report error:DBInvalidArgError: (22, 'Invalid argument')

how to resolve it??
Tomorrow is another day!!!

笑看人生!!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20081016/c23ee06f/attachment.html


More information about the Mod_python mailing list