Write a cronjob which checks i.e. Every ten minutes for "old" entries in the database. If there a hits, delete them with Sql like "delete from <sessiontablename> where <fieldnsme with timestamp of last use> < <now minus your non-action-interval>"
Be careful, this SQL is a pseudo-code ... Merry Christmas! --- Martin Rabl Am 23.12.2011 um 18:06 schrieb Albert Shih <[email protected]>: > Le 23/12/2011 à 11:13:44-0500, Ludovic Marcotte a écrit >> On 23/12/11 11:06, Moussa NOMBRÉ wrote: >>> How can I tell SOGo to close web session inactive since certain time ? >> Delete "old entries" (based on your definition of old) from your SOGo >> session table. > > OK....and how I do that ? > > Regards. > > JAS > -- > Albert SHIH > DIO batiment 15 > Observatoire de Paris > 5 Place Jules Janssen > 92195 Meudon Cedex > Téléphone : 01 45 07 76 26/06 86 69 95 71 > Heure local/Local time: > ven 23 déc 2011 18:06:01 CET > -- > [email protected] > https://inverse.ca/sogo/lists -- [email protected] https://inverse.ca/sogo/lists
