- Come to the dark side, we have cookies
Some components for Spring MVC that use cookies instead of a HTTP session.
-
A cookie based FlashMapManager implementation that can be used with different serialization and signing implementations.
By default a Jackson based JSON implementation for serialization and HMAC implementation for signing is provided.
Download the jar through Maven:
<dependency>
<groupId>com.innoq</groupId>
<artifactId>spring-cookie</artifactId>
<version>1.0.0</version>
</dependency>
See CHANGELOG.md
Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Spring Cookie is Open Source software released under the Apache 2.0 license.