Git Product home page Git Product logo

spring-session's Introduction

Spring Session

spring session

Build Status

Spring Session provides an API and implementations for managing a user’s session information, while also making it trivial to support clustered sessions without being tied to an application container specific solution. It also provides transparent integration with:

  • HttpSession - allows replacing the HttpSession in an application container (i.e. Tomcat) neutral way, with support for providing session IDs in headers to work with RESTful APIs.

  • WebSocket - provides the ability to keep the HttpSession alive when receiving WebSocket messages

  • WebSession - allows replacing the Spring WebFlux’s WebSession in an application container neutral way.

Modules

This Spring Session repository consists of the following modules:

  • Spring Session Core - provides core Spring Session functionalities and APIs

  • Spring Session Data Redis - provides SessionRepository and ReactiveSessionRepository implementation backed by Redis and configuration support

  • Spring Session JDBC - provides SessionRepository implementation backed by a relational database and configuration support

  • Spring Session Hazelcast - provides SessionRepository implementation backed by Hazelcast and configuration support

  • Spring Session MongoDB - provides SessionRepository implementation backed by MongoDB and configuration support

Additional Spring Session modules can be found in the spring-session-data-geode repository.

Getting Started

We recommend you visit the Spring Session Reference and look through the "Samples and Guides" section to see which one best suits your needs.

Samples

Spring Session samples are available in the spring-session-samples directory.

Contributing

Please see our Contributing guidelines for information on how to report issues, enhancements or security vulnerabilities.

Building from Source

Spring Session uses a Gradle-based build system. In the instructions below, ./gradlew is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

Check out sources

git clone [email protected]:spring-projects/spring-session.git

Install all spring-\* jars into your local Maven cache

./gradlew install

Compile and test; build all jars, distribution zips, and docs

./gradlew build

Documentation

You can find the documentation, samples, and guides for using Spring Session on the Spring Session project site.

For more in depth information, visit the Spring Session Reference.

Code of Conduct

Please see our code of conduct.

License

Spring Session is Open Source software released under the Apache 2.0 license.

spring-session's People

Contributors

vpavic avatar eleftherias avatar rwinch avatar jxblum avatar spring-builds avatar elliedori avatar eddumelendez avatar brixtonasias avatar izeye avatar manderson23 avatar gregturn avatar jzheaux avatar jkubrynski avatar candrews avatar panchenko avatar jprinet avatar spring-operator avatar shakuzen avatar domdorn avatar tsachev avatar mp911de avatar jgrandja avatar atreides322 avatar jkuipers avatar kacpercichecki avatar kanjielu avatar k-tamura avatar larsgrefer avatar driverpt avatar maseev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.