Developed a java sdk web application for viewing reports . The issue is when i log off
enterpriseSession.logoff();
session.invalidate();
and then redirect to login page..everything is fine the login page is displayed.
But now if the user trys to login then gives error
HTTP Status 405 -
The specified HTTP method is not allowed for the requested resource ().
i have to close the browser and then again open it to login...any help