All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.linpn.dsession.README Maven / Gradle / Ivy

The newest version!
使用Redis Session, 在 web.xml 中加入:


    sessionClusterFilter
    
        com.github.linpn.dsession.filter.RedisSessionClusterFilter
    
    
        hostName
        127.0.0.1
    
    
        port
        6379
    
    
        maxTotal
        8
    
    
        filterSuffix
        *.js,*.css,*.png,*.jpg,*.gif,*.ico,*.tff,*.woff,*.svg,*.eot
    


    sessionClusterFilter
    /*



使用Memcached Session, 在 web.xml 中加入:


    sessionClusterFilter
    
        com.github.linpn.dsession.filter.MemcachedSessionClusterFilter
    
    
        servers
        127.0.0.1:11211
    
    
        filterSuffix
        *.js,*.css,*.png,*.jpg,*.gif,*.ico,*.tff,*.woff,*.svg,*.eot
    


    sessionClusterFilter
    /*




© 2015 - 2025 Weber Informatics LLC | Privacy Policy