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 |
How do I use cookies to store session state on the client?
can servlet have instance variables?
What do you mean by a filter and how does it work?
Write a program to show the functionality of servlets.
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
what is a session object?
Can we override servlet service method?
Why is httpservlet declared abstract?
Can we call destroy() method inside the init() method? What happens when we do so?
What is Servlet Context?
What is session tracking?
Why is init() method is used in servlets?