Indian Movie Rental Club - Telugu, Hindi, Tamil, Malyalam, Kannada Movies for rental and sale.
Drop-down menu Example
Central Time: 07:44
Indian Time 18:14

List View is on

Search: Sign Out Sign In Sign Up

Error:


An error occured in the bean.
Error Message is: Movie does not exist.Unable to compile class for JSP: An error occurred at line: [21] in the jsp file: [/userInitiatedLogout.jsp] The method getValueNames() is undefined for the type HttpSession 18: 19: <% 20: java.util.Enumeration e = session.getAttributeNames(); 21: String str[] = session.getValueNames(); 22: out.print("session value names length: " + str.length); 23: while(str != null && str.length > 0 ) { 24: // String name = (String) e.nextElement(); An error occurred at line: [30] in the jsp file: [/userInitiatedLogout.jsp] The method getValueNames() is undefined for the type HttpSession 27: System.out.println(e.hasMoreElements()); 28: session.invalidate(); 29: //e = session.getAttributeNames(); 30: str = session.getValueNames(); 31: } 32: // if (session != null){ 33: // session.invalidate(); Stacktrace: