| Re: xoops session table is huge |
| by knoedel on 2006/7/22 23:09:33 Can anybody please help? I searched the forums, but found no anwser.... |
| Re: xoops session table is huge |
| by knoedel on 2006/7/21 10:25:32 Hmm... my session table currently has 900.000 records. I don't understand why it should be so hard to delete these old session-records automaticly... Can anyone explain?? Or do I miss something. |
| Re: xoops session table is huge |
| by jdseymour on 2005/5/21 2:51:14 I usually check mine every couple of days and optimize through phpmyadmin. the only danger (as I understand it) in emptying the table while users are logged in is that they may need to relogin. Since you have autologin, that will happen automagically with no user intervention. |
| Re: xoops session table is huge |
| by gravies on 2005/5/21 2:41:07 Presumably emptying the table is dangerous if people are logged in and adding forum posts or comments... when I empty the table they will be logged out? There should probably be a mechanism in XOOPS core / db admin module to remove expired or old sessions... Is there even a module that optimizes the tables? Is table optimization really that necessary? Too many questions = too little time!
|
| Re: xoops session table is huge |
| by jdseymour on 2005/5/21 2:36:08 You do not need custom sessions with autologon. PHPmyadmin will work fine to empty the table
|