s

sessionDatabase-1.0

This feature enables persistence of HTTP sessions to a datasource using JDBC. Persisting HTTP session data to a database allows recovery of the data after a server restart or unexpected server failure. Failover of HTTP sessions can be achieved by configuring multiple servers to persist data to the same location
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
sessionDatabase-1.0-24.0.0.11.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>sessionDatabase-1.0</artifactId>
  <version>24.0.0.11</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:sessionDatabase-1.0:24.0.0.11'
Gradle Kotlin
implementation("io.openliberty.features:sessionDatabase-1.0:24.0.0.11")
Scala SBT
libraryDependencies += "io.openliberty.features" % "sessionDatabase-1.0" % "24.0.0.11"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='sessionDatabase-1.0', version='24.0.0.11')
)
Apache Ivy
<dependency org="io.openliberty.features" name="sessionDatabase-1.0" rev="24.0.0.11" />
Leiningen
[io.openliberty.features/sessionDatabase-1.0 "24.0.0.11"]
Apache Buildr
'io.openliberty.features:sessionDatabase-1.0:jar:24.0.0.11'