Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

wg/ism

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
ism - Infinispan Session Manager

  A Jetty SessionManager that replicates sessions in an Infinispan Cache. This
  provides an easy way to build a cluster of Jetty instances that share session
  state.

  This version supports Jetty 8.1.x and has been tested with
  Jetty 8.1.10.v20130312 and Infinispan 5.2.5.Final

  Join the lambdaWorks-OSS Google Group to discuss this project:

    http://groups.google.com/group/lambdaworks-oss
    lambdaworks-oss@googlegroups.com

* Limitations

  All objects stored in the InfinispanHttpSession must be serializable
  and also have a no-arg constructor.

  HttpSessionAttributeListeners are not currently invoked.

About

Infinispan Session Manager

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages