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 is a servlet context object?
Can we override destroy method in servlet?
What is http servlet?
List out difference between a JavaBean from a Servlet?
what is servlet chaining?
What are the different mode that servlets can be used?
Explain the lifecycle of a servlet?
How to generate the server side programming and the advantages of it over the other languages?
When should you prefer to use doget() over dopost()?
What is session?
How do servlets work?
Why do we need servlet filter?
Can you call a jsp from the servlet?
What are the exceptions thrown by servlets? Why?
What if we pass negative value in load-on-startup?