Examples of DebugHttpSessionStore


Examples of info.jtrac.wicket.devmode.DebugHttpSessionStore

           
            /*
             * The default second level cache session store does not play well
             * with our custom reloading filter so we use a custom session store.
             */
            return new DebugHttpSessionStore(this);
        } else {
            ISessionStore sessionStore = super.newSessionStore();
            logger.info("wicket production mode, using: " + sessionStore);
            return sessionStore;
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.