At Sat, 28 Sep 2002 12:32:37 +0200, Kaare Rasmussen wrote: > But another thing re sessions. I'm thinking about adding an "updated" column > and a trigger or something to be able to clean out old unused sessions. > > Or does Apache::Session(X) magically keep track of them?
no, and its actually a feature i'd like Apache::SessionX to do somehow. especially for dbm, where there is no way to add a "last accessed time" for each entry. note that you really want "last accessed time", not "last modified time" if thats possible (it mightn't be). -- - Gus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
