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 are the uses of servlets?
What is the difference between encodeRedirectUrl and encodeURL?
Why setMaxAge() and getMaxAge() methods are used in Cookies?
What is the workflow of a servlet?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
Can we fetch the attributes related to a servlet on a different servlet?
What is servlet lazy loading?
What are the different mode that servlets can be used?
what is meant by servlet to servlet communication?
Can we get PrintWriter and ServletOutputStream both in a servlet?
How does java thread pool work?