Re: Session passivation (was: NullPointerException fromHttpSessionFacade.invalidate())

2001-01-15 Thread Craig R. McClanahan
Kief Morris wrote: Craig R. McClanahan typed the following on 03:44 PM 1/14/2001 -0800 "Christopher K. St. John" wrote: If your server implements session swapping or distribution (as we are currently developing in the 4.1 repository), it is pretty much guaranteed that different

Re: Session passivation (was: NullPointerException fromHttpSessionFacade.invalidate())

2001-01-15 Thread Kief Morris
Craig R. McClanahan typed the following on 11:42 AM 1/15/2001 -0800 - If it is OK, should the container send activation/passivation events when a session is being serialized (or whatever) for replication purposes? The following comment is in the Javadocs at the top of

Re: Session passivation (was: NullPointerException fromHttpSessionFacade.invalidate())

2001-01-15 Thread Kief Morris
I typed the following on 03:10 PM 1/15/2001 -0500 If Manager.releaseSession() method is implemented (I don't really like that method name though), then StandardSession.expire() and invalidate() should call it, and maybe some other places. Doh, actually the locking would probably be implemented