Answer Posted / jai
session data will be stored in appdomain aspnet_wp.exe when
session sate mode is inproc, for stateserver it will be
stored in windows service aspnet_state.exe, for sqlserver
it will be stored in the database persistsqlstate.exe
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What are the disadvantages of storing session state in cookies?
Why do we have servlet listeners?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is servlet interface?
Explain the servlet filter.
What is the difference between jsp and servlet life cycle?
How can you start a jta transaction from a servlet deployed on jboss?
What is httpservlet and how it is different from genericservlet?
What is servlet invoker?
What is meant by cookies?
How do I use cookies to store session state on the client?
What must be implemented by all servlets?
How can you use a servlet to generate a plain text instead of html?
Differentiate between get and post?