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

wg/ism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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