Re: Core_sessions table

2007-01-27 Thread Jeremy Dunck
It's where user sessions are stored. Expired sessions are not culled automatically. delete from that table where expire_date < today, and you'll see it drop quite a lot. On 1/27/07, Pythoni <[EMAIL PROTECTED]> wrote: > > Can anyone explain what is core_sessions table

Core_sessions table

2007-01-26 Thread Pythoni
Can anyone explain what is core_sessions table for? I noticed that it is the largest table (and growing and growing) from all may tables in my project. Is it possible to stop it becoming larger and larger? --~--~-~--~~~---~--~~ You received this message because