Package org.cipango.j2ee.session

Examples of org.cipango.j2ee.session.Store


    protected void setUpDistributableSessionManager(ClassLoader loader)
    {
        try
        {
            Manager sm = getDistributableSessionManager();
            Store store=sm.getStore();
            if(store instanceof AbstractReplicatedStore)
                ((AbstractReplicatedStore)store).setLoader(loader);
            if(_timeOutPresent)
                sm.setMaxInactiveInterval(_timeOutMinutes*60);
            getSessionHandler().setSessionManager(sm);
View Full Code Here

TOP

Related Classes of org.cipango.j2ee.session.Store

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.