Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 423425

Summary: Use persistent in-memory session storage
Product: [ECD] Orion Reporter: Maciej Bendkowski <maciej.bendkowski>
Component: MarketplaceAssignee: Project Inbox <orion.server-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Maciej Bendkowski CLA 2013-12-06 07:52:19 EST
Cookie / server in-memory sessions, although useful, have several drawbacks, e. g.

1. Increase connection latency, since cookies have to be sent with each request,
2. Are not persisted and fail to recover from server crashes,
3. Do not scale

We should be using an external in-memory service as session storage. One common approach is to use in-memory databases, e. g. Redis.
Comment 1 John Arthorne CLA 2015-05-05 14:53:53 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see:

https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html