adspace
How can automatic creation of session be prevented in a jsp page?
Answer Posted / Sumant Kumar
To prevent automatic creation of sessions, you can set the session attribute `sessionCookieConfig` to `Cookieless` in the web.xml file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers