What are different types of SessionTracking?

Answers were Sorted based on User's Feedback



What are different types of SessionTracking?..

Answer / tulasi vani

The different types of sessiontracking are
1.HiddenForm Field
2.URL Rewriting
3.Cookies
4.HttpSession

Is This Answer Correct ?    7 Yes 0 No

What are different types of SessionTracking?..

Answer / shekhar

There are different types of SessionTracking mechanisms

1.Hidden Fields
2.Cookies
3.HttpSessions
4.URL Rewriting

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Servlets Interview Questions

Why don't we write a constructor in a servlet?

0 Answers  


What is servlet exception?

6 Answers   EDS, Spa IT Solutions,


I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>

0 Answers   ProKarma,


Why is http protocol called as a stateless protocol?

0 Answers  


Why do we use sendredirect() method?

0 Answers  






What is the process to implement doget and dopost methods?

0 Answers  


describe all about advanced java with presentation

4 Answers   Sun Microsystems,


What are the functions of the servlet container?

0 Answers  


How can we invoke another servlet in a different application?

0 Answers  


When the methods init() and Distroy() will be called?

2 Answers  


Write a program to show the functionality of servlets.

0 Answers  


How many servlet objects are created?

0 Answers  


Categories