Changes for page Development-Persistent Sessions
Last modified by Pascal Robert on 2012/08/12 04:33
From version 2.1
edited by smmccraw
on 2007/07/08 09:46
on 2007/07/08 09:46
Change comment:
There is no comment for this version
To version 3.1
edited by Pascal Robert
on 2007/09/03 14:55
on 2007/09/03 14:55
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Programming__WebObjects-WebApplications-Development-Persistent Sessions1 +Web Applications-Development-Persistent Sessions - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. smmccraw1 +XWiki.probert - Content
-
... ... @@ -3,6 +3,4 @@ 3 3 Nope, but perhaps take you could look at /Developer/Examples/JavaWebObjects/PersistentSessionStore. 4 4 5 5 From the readme file: 6 -The PersistentSessionStore application demonstrates one possible alternative session store object ~-~- WXPersistentSessionStore. In WebObjects, the session store is the object that handles the storage of your session state between requests. The default session store is the ServerSessionStore, but that only stores the session while the app is running and cannot deal with interruptions in service and consumes virtual memory. The persistent session store solves these problems by putting the session on disk as a backup in the event the app dies or the in-memory session times out. 7 - 8 -Category:WebObjects 6 +The PersistentSessionStore application demonstrates one possible alternative session store object - WXPersistentSessionStore. In WebObjects, the session store is the object that handles the storage of your session state between requests. The default session store is the ServerSessionStore, but that only stores the session while the app is running and cannot deal with interruptions in service and consumes virtual memory. The persistent session store solves these problems by putting the session on disk as a backup in the event the app dies or the in-memory session times out.