0 votes
in JAVA by

Write the common ways of session management in servlets in Java?

1 Answer

0 votes
by

Below are the common ways of session management in servlets

• Session Management API

• Cookies

• User Authentication

• URL Rewriting

• HTML Hidden Field

...