doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
Receives XMLHttpRequest from browser after the pre-logout session time-out threshhold has been reached.
Receiving this request should automatically reset the web server session. However, this Servlet needs
to send reponse back to the frontend to restart its timer as well.
- Overrides:
doGet
in class javax.servlet.http.HttpServlet
- Throws:
java.io.IOException
javax.servlet.ServletException
- See Also:
HttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)