Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How messaging services are done, before release of JMS?

2224


how i secure my site with the https protocol.what are the steps?

2393


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1886


What are the design considerations while making a choice between using interface and abstract class?

1138


Is the session factory thread safe?

1232


what is handle?

2421


What is threadfactory?

1153


How are commas used in the intialization and iteration parts of a for statement?

1143


Are there books about seam?

1159


What are callback interfaces?

1134


What is the argument type of a programs main() method?

1169


What is the purpose of the finally clause of a try-catch-finally statement?

1076


what are the advantages of JTA over JTS?

2286


What is Stream Tokenizer?

2322


What is the difference between the string and stringbuffer classes?

1161