How do you track a user session in servlets?
Answers were Sorted based on User's Feedback
Answer / udayc how
1)user authentication
2)hidden form fields
3)cookies
4)url rewriting
5)httpsession
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / ravikiran.chd
by making use of session tracking mechanisms such as
1).Hidden Form Fields
2).cookies
3).Http Sessions
4).Url Rewriting
| Is This Answer Correct ? | 4 Yes | 0 No |
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
HTTP tunneling means what?
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?
What are the common methods that are included in the http servlet class?
Explain Action Servlet?
What is api in servlet?
If you want to modify the servlet,will the Webserver need to be ShutDown ?
Can we call destroy() method inside the init() method? What happens when we do so?
What is http servlet? Explain with the help of an example.
Difference between web container & web server........... Difference between web server & application server?????????
What is a web application and what is it’s directory structure?