[EMAIL PROTECTED] wrote: > > Has the design and/or implementation of session > swapping to persistent storage been started for tomcat > 4.0? > > Thanks, > Dave There is an interface abstraction called org.apache.catalina.Store, and a partially completed example implementation called org.apache.catalina.session.FileStore, but to my knowledge nobody has gone any further than that. It would certainly be timely to do so. Craig McClanahan
- Session Swapping javabettin
- craig mcclanahan