Package org.apache.wicket.security

Examples of org.apache.wicket.security.WaspSession.invalidate()


        if (waspSession.logoff(getLogoffContext()))
        {
          // homepage is not allowed anymore so we end up at the
          // loginpage
          setResponsePage(Application.get().getHomePage());
          waspSession.invalidate();
        }
        else
          error("A problem occured during the logoff process, please try again or contact support");
      }
    };
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.