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

Related questions

0 votes
asked Aug 3, 2020 in JAVA by Hodge
+2 votes
asked Jun 2, 2020 in JAVA by Indian
...