Wednesday 25 November 2015

Oracle ADF - Change of jsessionid after login

Add the following line in your code.

Subject mySubject = Authentication.login(handler);
ServletAuthentication.runAs(mySubject, request);
ServletAuthentication.generateNewSessionID(request);