Answer Posted / tez kurmala
A cookie can be set to be accessed only from a particular
URL...(atleast in java) this way others cannot have access
to it...
| Is This Answer Correct ? | 9 Yes | 14 No |
Post New Answer View All Answers
How to create war file?
What are the mechanisms used by a servlet container for maintaining session information?
What is SingleThreadModel interface?
What are the differences between the servletconfig interface and the servletcontext interface?
How do we go with database connection and log4j integration in servlet?
What is the difference between sendredirect() and forward() in a servlet?
Why is init() method is used in servlets?
What is cookie in servlet?
How to get the path of servlet in the server?
What is cookies in servlet with example?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What are the phases of a servlet life cycle?
What is a web container and what is its responsibility?
Explain jsessionid?
Define the life cycle of a servlets.