---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- I converted an exam administration system from Perl/CGI to Servlets. I tested it (with small sample exams) and everything seemed to work fine. In production, however, it intermittantly truncates Session data (students' answers are posted and a servlet gets the posted data, puts it into a session and puts up a screen asking the student whether that is their Final answer. Unfortunately, some answers are truncated. I think it is the form-data itself that is being truncated. This only happens when the servlet is already running at the time that the exam is posted. The very first time it runs (i.e., the first time an exam is posted after the server is started) the servles handles the form correctly. A kludgy fix would be to have the servlet killed after each exam but A. I don't know how to do this B. there must be a better way. Any suggestions? -- ______________________________________________________________________ | Time blows wildly against my door | Justin R. Smith Stirring discarded sorrows | Department of Mathematics and Like dead leaves of summers past | Computer Science Memories of forgotten lore | Drexel University Making way for new tomorrows | Philadelphia, PA 19104 New hopes, new fears, | and new ways that last | Office: (215) 895-1847 | c Justin R. Smith, March 14, 1994 | Fax: (215) 895-1582 My home page: http://www.mcs.drexel.edu/~jsmith -- ______________________________________________________________________ | Time blows wildly against my door | Justin R. Smith Stirring discarded sorrows | Department of Mathematics and Like dead leaves of summers past | Computer Science Memories of forgotten lore | Drexel University Making way for new tomorrows | Philadelphia, PA 19104 New hopes, new fears, | and new ways that last | Office: (215) 895-1847 | c Justin R. Smith, March 14, 1994 | Fax: (215) 895-1582 My home page: http://www.mcs.drexel.edu/~jsmith -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]