explain session tracking. why we used it

Answer Posted / saroj kumar biswal

session tracking is the process of keeping session data(i.e-the data exchanged between server & client as part of httpRequest)to use these data in further pages.

If the server supports stateless protocol like:http then the server can't store the session data exchanged between server & client in earlier pages.if we use stateful protocol it will reduce performance as it takes more memory & more time.
So we can use session tracking/session handling techniques,like:
url rewritting
hidden form fields
cookies
session managed by cookies
session managed by url rewritting

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do I need to import javlang package any time? Why ?

629


Can I run seam outside of jboss as?

644


How a component can be placed on Windows?

2268


What modifiers may be used with an inner class that is a member of an outer class?

580


How are the elements of a borderlayout organized?

606






What are transaction attributes?

616


Write a singleton program?

574


Should synchronization primitives be used on bean methods?

557


Can you give me a simple example of using the requiredif validator rule?

608


What is the difference between the ‘font’ and ‘fontmetrics’ class?

641


What is synchronization and why is it important?

547


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

587


Do we need to override service() method

1145


What is the difference between java class and bean?

585


Which javutil classes and interfaces support event handling?

587