> No, it's quite the opposite. The sessions are completely cleaned every > request... I might be wrong, but the source code seems to imply that. >
Yup u r right ... https://github.com/yejun/webpy/blob/GAE/web/session.py#L130 https://github.com/yejun/webpy/blob/GAE/web/session.py#L135 https://github.com/yejun/webpy/blob/GAE/web/session.py#L201 No CRONing But just a performance q ... doesnt that give any performance hit (or quota hit for appengine) to do this session cleaning for every request ... Thanks :) -- 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.
