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 deployment descriptor?
What are the difference between session and cookies in servlet? Explain
What is servlet used for?
What is servlet name in web xml?
What do you mean by annotations in servlet?
What are sessions in servlets?
What are the functions of Servlet container?
Explain web application directory arrangement?
What is string tokenizer?
What is a servlet context object?
What is the default http method in the servlet?
What are Servlets?
What is the difference between the include() and forward() methods?
What is the workflow of a servlet?
What is servlet lazy loading?