Rob Winch
07ff3088bf
Change RedisOperationsSessionRepository.BOUNDED_HASH_KEY_PREFIX
...
Previously the key contained spring-security-sessions in it since the
project was originally going to be a part of Spring Security.
This commit moves it to spring:session:sessions: to better align with
being part of Spring Session
Fixes #46
2014-10-08 22:01:25 -05:00
Rob Winch
6a22a11187
Allow configure expires for EnableRedisHttpSession
2014-10-01 16:14:40 -05:00
Rob Winch
d026dd6821
Add AbstractHttpSessionApplicationInitializer
...
This reduces the boilerplate code required to register Spring Session with
the servlet container.
Fixes gh-43
2014-09-30 14:13:26 -05:00
Rob Winch
417174388b
Add EnableRedisHttpSession
...
Fixes gh-42
2014-09-30 13:40:15 -05:00
Rob Winch
0abbba0309
Polish Generics and Update Spring Version
...
We needed to update Spring Version to avoid
https://jira.spring.io/browse/SPR-11471
2014-09-30 09:07:46 -05:00
Rob Winch
6130a10d14
Remove Compiler Warnings
...
* Fixes Generics
* Remove unused imports
* Ignore serialize warnings in tests
Fixes gh-40
2014-09-29 22:00:46 -05:00
Rob Winch
a4e003ebf1
HeaderSessionStrategy uses response.setHeader
...
Previously multiple headers might be outputed. This ensures that only a
single header is sent back with the session id.
Fixes #32
2014-08-01 15:24:50 -05:00
Rob Winch
2732a183f3
OnCommitedResponseWrapper commits when buffer exceeded
...
Fixes #26
2014-08-01 15:24:50 -05:00
Rob Winch
0d217c680a
OnCommittedResponseWrapper triggers commit when content length is reached
...
Fixes #26
2014-07-31 16:01:18 -05:00
Rob Winch
eb0da565f3
Reorder SessionRepository methods
...
Fixes #29
2014-07-30 12:10:56 -05:00
Rob Winch
903017285b
Create ExpiringSession which extends Session
...
This provides a better separation for consumers of the API. Most users are
likely not interested in checking to see if a session is expired so they
can focus on the Session API.
Fixes #28
2014-07-30 12:10:56 -05:00
Rob Winch
f1fa380bdd
Move session.web to session.web.http
...
Fixes #18
2014-07-30 12:10:56 -05:00
Rob Winch
699bdf94a0
Remove Sesion.setLastAccessedTime
...
Fixes #16
2014-07-30 12:10:56 -05:00
Rob Winch
cc71e1f567
Remove Serializable from Session
...
Fixes #15
2014-07-30 12:10:55 -05:00
Rob Winch
602359a5d8
Update Copyright dates
2014-07-08 14:28:55 -05:00
Rob Winch
68414fa7a7
Polish for Sonar violations
2014-07-08 13:32:48 -05:00
Rob Winch
f03dd6f168
Improve test coverage
2014-07-08 13:25:09 -05:00
Rob Winch
bad70bb0ca
Javadoc
2014-07-03 12:07:52 -05:00
Rob Winch
1acbca062a
Move src to separate project to support sample
2014-07-01 17:28:50 -05:00