I am trying to pass a string from an applet to a JSP page that is approxiomately 5,000 characters long. The applet runs off another JSP page. Is it possible to transmit this many characters at a time or is there a limit? If so what is this limit, can I get around it?