User Story #1270 (new)
Opened 10 years ago
Add read-only global state for server
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | major | Milestone: | Unscheduled |
| Component: | Deployment | Keywords: | n.a. |
| Cc: | Story Points: | n.a. | |
| Sprint: | n.a. | Importance: | n.a. |
| Total Remaining Time: | n.a. | Estimated Remaining Time: | n.a. |
Description
For supporting replicated servers, a read-only "transient" state should be configurable for a server. Sessions would be created in memory only, and any write method would throw an exception (possibly need a new exception type).
A prime use case for this would be a website providing read-only access. On login (possibly under HTTPS), the user could be re-directed to a read-write (i.e. normal) server.