What is URL rewriting in the context of session tracking?
- Appending a random string to the URL for session identification.
- Creating a new URL for each session.
- Hiding session information in the URL.
- Modifying the URL to include session information.
URL rewriting in session tracking involves modifying the URL to include session information. This enables the server to identify the client's session when processing subsequent requests.
Loading...
Related Quiz
- _________ in JDBC helps in reusing the same connection for multiple database operations.
- What happens if a filter in the filter chain does not call the doFilter() method?
- The method __________ is used to set the length of the content body in the response.
- How can filters modify the request and response objects in a filter chain?
- To apply multiple filters to a single resource, the web.xml file must define a __________ for each filter.