On Wed, 2003-01-29 at 09:37, Geoffrey Talvola wrote:
> > What is meant by NonPersistentMemory?
> > Are we talking about when the app server shutsdown and restarts?
> > I had a problem where when I restarted the app server I did not want
> > the old sessions, so I added like to clean the seesion folder.
> 
> NonPersistentMemory would be like the Memory store except that it would
> never pickle the sessions to disk or load sessions from disk.  When you stop
> the appserver you'd lose all sessions.

Maybe a better name could be found -- the current confusion is largely
due to name problems as well.  Anyway, perhaps MemoryOnly, or
NonPicklingMemory, or TemporaryStore, or...?  "MemoryOnly" sounds decent
to me, not too long but still clear.

The people who want this feature should be suggesting more about it! 
There's no reason a *new* session store couldn't go into 0.8 (but not a
change to current session stores).  But it's not something that I plan
to use, and the people who do want such a store should pull it together.

  Ian



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to