Dne út 15. leden 2002 18:17 Craig R. McClanahan napsal(a): > Within the same webapp, you can track sessions pretty easily -- just > create and register an HttpSessionListener that will then here about all > session created and session destroyed events. You can keep your own > private collection of the session instances, without having to delve > inside the container.
And will it work using PersistenceManager and swapping them to files? I've changed some classes (FileStore and so) and PersistenceManager works now, but I thing, that after reloading the session from file there will invalid session objects stored in my collection. Am i right? -- Oto 'tapik' Buchta -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>