String os = System.getProperty( "os.name" ); // if (os != null ) { // if (os.startsWith( "Linux" )){ // session.setAttribute("Platform", "1"); // } // else{ // session.setAttribute("Platform", "0"); // } // }