without session Id can we do any operations like
add,update,edit,delete. I saw Session id is loaded for edit
and delete action not for add .so am asking this
Answer Posted / guest
An administrator can only add a record.so ofcoursr he has
his own id and widout it he cannot do any opration to database
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is ServletContext object?
What is the difference between CGI and Servlet?
What are all the ways for session tracking?
Why doesn’t a servlet include main()?
What is the use of attribute in servlets?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
When servlet object is created?
What is servlet in web technology?
Explain the different ways for servlet authentication?
What is the use of java servlet api?
Explain the difference between servletconfig and servletcontext in servlet?
What are the common methods that are included in the http servlet class?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is the purpose of inter-servlet communication?
What are the kinds of http requests?