You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
When running the following code, a new session is generated every time
in development mode and when hosted in App Engine. When I try the code
in Tomcat, it works fine. Why isn't the code working correctly?
response.setContentType("text/html");
PrintWriter out = response.getWriter();
HttpSession session = request.getSession(true);