Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.
public final class LocalLogoutServlet
extends HttpServlet
LocalLogoutServlet is the servlet responsible for logging
the current user out of the fake authentication provided by the
Development AppServer. It does this by removing a cookie used to
store the authentication data.
After the user has been logged out, they are redirected to the URL
specified in the "continue" request parameter.