On Fri, 18 Mar 2005 14:24:34 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Take your point about established meanings, Sean, but in the context of http > applications, the session/app/server scopes do allow data in them to persist > between requests
http://en.wikipedia.org/wiki/Persistence Persistence is about non-volatile storage, not memory. > "Shared" is fine for server and application scopes, but I > wouldn't really consider "session" data as being shared (except maybe in the > case of frames). Session data is shared between multiple requests over time (nothing to do with frames). Session data is certainly not persistent. JRun has an option to persist session data - it writes it to *DISK* - so it can be recovered after loss of memory contents, e.g., server restart. -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Got Gmail? -- I have 50, yes 50, invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6676 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.12 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
