Generated by
JDiff

Class com.webobjects.appserver.WOSessionStore

Changed Methods
WOSession removeSessionWithID(String) Change of visibility from protected to public.
Removes a WOSession instance from storage in order to make it eligible for garbage collection.
WOSession restoreSessionWithID(String, WORequest) Change of visibility from protected to public.
Restores a WOSession associated with sessionID from storage.
void saveSessionForContext(WOContext) Change of visibility from protected to public.
Saves the current WOSession in context into storage.