Re: [Userlogin-users] Expiration of Sessions
Status: Beta
Brought to you by:
johnkeiser
From: John K. <jk...@in...> - 2001-09-06 21:18:52
|
On 06 Sep 2001 15:46:22 -0500, Mark Nickel wrote: > > > Just another quick question, how are sessions, both anonymous and user, > expired? I see that there is a control in the database for Sessions, > but the default is like 2 days. Is that for all sessions?? > > Are we required to set up a cron job to cruise through the ul_sessions > table and delete stale records? > > Thanks also, John, for the great example on how to use permissions with > the newest release! > As it happens, I just added a bug report on this. I just wrote one up (attached), which deleted an old session and didn't delete a new one; let me know if it works for you. It could use some help at *least* in argument passing (a la userlogin/sql/setup-postgres.pl) to be really slick, but I suppose it's not necessary. --John |