Answer Posted / shekhar reddy
session memory:
when client makes a first request to the appliction the
webserver will allocate a block of memory unique to the
client.this block of memory is called "session memory".
session id:
when client makes a first request to the application,the
session will be created with unique identifier called as
session id.this will be sent to the client.when the client
sening subsequent requests,the request will be sent with
the session id .then the webserver will find the session
for the client
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the negative and positive testing?
Explain validation?
what is modular framework?
Explain defect?
What is the difference between the stlc (software testing life cycle) and sdlc (software development life cycle)?
What is positive testing?
What is functional specification?
What is Functional, Non-Functional, and Regression Testing used for (i.e. the purpose of each)?
can you tell me the correct process for creating automation frame work for project(key word driven framework)
During the testing of a module tester, 'x' found a bug and assigned it to a developer. But developer rejects the same, saying that it's not a bug. What 'x' should do?
What is upward compression?
What is fault tree analysis?
Say your Product passed through testing and UAT. Now it went to production at client location and they found one defect in it. How they need to procced now? Will they contact you? Will they contact dev team?
what are the different types of questions in testing from related to projects, plz help me in quickly
What documents will you need to create a test case?