Skip to content

fabriciotuosto/redis-session-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Configuration necesary to use this project under tomcat, just edit context.xml
and add the following XML Elemnt inside Context

	<Manager className="org.apache.catalina.session.PersistentManager" saveOnRestart="true" maxActiveSessions="1" minIdleSwap="1" maxIdleSwap="1" maxIdleBackup="1">
	    <Store className="org.redis.session.store.RedisSessionStore" 
				host="localhost"
				port="6379"
				password=""
				database="7"
	    />
	</Manager>

About

Store tomcat sessions in redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages