commit | 93a4434a002e9996734a529b0865f4e72ded5e89 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Sep 08 19:03:07 2011 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Mon Oct 31 17:36:04 2011 -0700 |
tree | 19092cd1c621e721b9d8ac93897e2b04ff0e5376 | |
parent | 28d20fb4a03059c73c69cee65c2b88104116caa5 [diff] |
Make WebSession an abstract interface This permits other alternative implementations of session management, such as a stateless token like Gerrit used to support, or an external product that provides user identity through other means, such as SSL peer certificates authenticated on every HTTP request. Change-Id: I43f315f0a19968010be3437d2a0baaab79834ac7 Signed-off-by: Shawn O. Pearce <sop@google.com>