2019-04-25 12:31:07 -05:00
2018-11-07 17:37:30 -06:00
2019-04-25 12:31:07 -05:00
2019-03-27 12:28:17 +01:00
2017-01-05 14:05:07 -06:00
2019-03-27 12:29:55 +01:00
2018-11-07 17:31:48 -06:00
2019-03-27 12:29:55 +01:00
2019-03-27 12:29:55 +01:00
2019-03-14 20:43:45 -05:00
2019-03-27 12:24:40 +01:00
2019-03-27 12:24:40 +01:00
2019-03-27 12:28:17 +01:00

image:https://badges.gitter.im/spring-projects/spring-session.svg[link="https://gitter.im/spring-projects/spring-session?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]

= Spring Session MongoDB

Greg Turnquist

Spring Session MongoDB provides a solution for Spring Session in a MongoDB data store.

* Accessing a session from any environment (i.e. web, messaging infrastructure, etc)
* In a web environment
** Support for clustering in a vendor neutral way
** Pluggable strategy for determining the session id
** Easily keep the HttpSession alive when a WebSocket is active

== Project Status

See https://github.com/spring-projects/spring-session-data-mongodb#project-status[Project Status on the master branch] for status of this version.

== Building Spring Session MongoDB

. Run `mvn clean package`

This will generate the artifact.

You can also import the project into your IDE.

== Code of Conduct
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
By participating, you  are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

= Spring Session Project Site

You can find the documentation, issue management, support, samples, and guides for using Spring Session MongoDB at https://projects.spring.io/spring-session-data-mongodb/

= License

Spring Session is Open Source software released under the https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].
Description
No description provided
Readme 20 MiB
Languages
Java 97.9%
Shell 2.1%