how a user session can be tracked in servlets?
Answer / anjan
The user seesion can trak in 4 ways,
1.url rewriting
2.hidden form fields
3.cookies
4.secure soket layer
| Is This Answer Correct ? | 4 Yes | 0 No |
What exactly is a servlet?
Explain the difference between generic servlet and http servlet?
How to handle the debug errors in servlets?
Where do you define dispatcherservlet?
Can a jsp be called using a servlet?
Can you send an authentication error from a servlet?
How can we achieve transport layer security for our web application?
How printwriter is different from servletoutputstream?
can i override service method
Explain request dispatcher and its methods.
How do you deal property files in servlet?
What are setSecure() and getSecure() methods in Cookies?