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
How do I use cookies to store session state on the client?
Explain the architechure of a servlet?
What is a servlet context object?
Write a command to get actual path of a servlet to the server?
What is the use of servletconfig interface?
What are the new features added to servlet 2.5?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What is the procedure for initializing a servlet?
What is a servlet-to-servlet communcation?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is the purpose of dispatcherservlet properties?
What is the difference between genericservlet and httpservlet
Write a program to show the functionality of doget and dopost method?
How can an existing session be invalidated?
Which interface should be implemented by all servlets?