Which is better approach among four(HttpSession,cookie,URL
Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
Answer Posted / nagaraju
HttpSession with cookies is the best approach
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the steps involved in placing a servlet within a package?
What is difference between get and post method?
How do I support both get and post from the same servlet?
What are the key methods that are involved in processing of http servlets?
What's the architecture of a servlet package?
What is the difference between genericservlet and httpservlet
How do you communicate in between Applets and Servlets?
Can you explain in detail 'javax.servlet' package?
Why are http servlets used in programming?
What are the phases of servlet life cycle?
How are filters?
How can we implement a jsp page?
How can a servlet be used to generate plain text instead of html?
How do we go with database connection and log4j integration in servlet?
What is servlet interface?