Package org.openbravo.base.secureApp

Examples of org.openbravo.base.secureApp.VariablesSecureApp.clearSession()


      if (log4j.isDebugEnabled())
        log4j.debug("Command: Login");
      String strTheme = "ltr/Default";
      if (!vars.getTheme().equals(""))
        strTheme = vars.getTheme();
      vars.clearSession(false);
      printPageIdentificacion(response, strTheme);

      // } else if (vars.commandIn("OPTIONS")) {
      // if (vars.getUser().equals("")) printPageIdentificacion(response);
      // else printPageOptions(response, vars);
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.