explain session tracking. why we used it
Answer Posted / neha
Session is a series of request from a single
client.Actually HTML is a stateless protocol which means it
does not save any data exchanged between client and server.
Hence to store this data, or maintain a record session
tracking is used.
THis can be achieved through
url rewriting
cookies
hidden form field
using httpsession
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
why static class in java
What do you know about seam?
How can I scroll through list of pages like the search results in google?
What is the form of storage space in java?
What is ioc concept & explain it?
what is handle?
Will the general public have access to the infobus apis?
the same information whether it will connect to the database or it will be used previous information?
What is the difference between session and entity beans?
What is ioc concept?
Can I map more than one table in a cmp?
Write a singleton program?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
what is a non-repeatable read?
Explain the advantages and disadvantages of detached objects.