On Jan 15, 2011, at 3:47 AM, Dexter wrote: > > So do we need to have a cron type job to periodically remove the old > sessions from the datastore or is there some inbuilt mechanism built > into the session.py to handle it. (I know there is inbuilt code in > session.py to do it .. just not sure how exactly to do it) > > Thanks & Regards > PK
See Session._cleanup(): https://github.com/webpy/webpy/blob/master/web/session.py#L134 -- 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.
