if (sid != null) {
            //B65-ZK-2464 : Possible XSS Vulnerability in HTTP Header
            try {
                Integer.parseInt(sid);
            } catch (NumberFormatException e) {