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 the major difference between context parameter and context attribute?
Name the different ways of session tracking.
Is it good idea to create servlet constructor?
What are some advantages of storing session state in cookies?
Which event is fired at the time of project deployment and undeployment?
Differentiate between get and post?
Explain servlet life cycle?
What is a servlet engine?
What is servlet mapping?
What are the key methods that are involved in processing of http servlets?
What is session tracking?
What is the purpose of dispatcherservlet properties?
Difference between httpservlet and generic servlets?
How can I send user authentication information while making URL Connection?
How httpservlet is different from the genericservlet?