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 / 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 |
What is cgi and what are its drawbacks?
What do you mean by request dispatcher in servlet?
What are different ways for servlet authentication?
What are the advantages of servlets over traditional cgi?
What are setSecure() and getSecure() methods in Cookies?
What is the need of session tracking in web application?
How can the session in servlet be destroyed?
Hi Friends, Can we make any method thread safe withour synchronized keyword?
Should I override the service() method?
How can you start a jta transaction from a servlet deployed on jboss?
Explain the role of dispatcherservlet and contextloaderlistener.
What do you mean by request dispatcher in servlet? Also explain its methods.