what is session tracking?what are types of session
tracking ?and when to cookies,when to use
sessionmanagement,whent use url rewriting technique,plz
explain briefly?
Answer Posted / ravikiran.chd
session tracking is a mechanism to remembering the client
for a multiple sequence of requests.
1).Hidden Form Fields
2).Cookies
3).Sessions
4).Url Rewriting
cookies are used when u wish to transfer less amount of data
under multiple requests.
session management is used to keep track of the user for
multiple requests
URl rewriting is used to keep track of sessions when cookies
are disabled
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
How the JSP file will be executed on the Server side?
Explain url encoding in servlet?
What are the phases of servlet life cycle?
How do you configure a centralized error handler in servlets?
How forward () method is different from send redirect () method?
Can filter be used as request or response?
What is servletconfig?
Explain the different ways for servlet authentication?
What is a servlet engine?
What is a server side include (ssi)
Why doesn’t a servlet include main()? How does it work?
What is called servlet container?
Explain servlet life cycle?
What do you mean by interservlet communication?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?