cancel
Showing results for 
Search instead for 
Did you mean: 

Get the browser in which portal logged in

Former Member
0 Kudos

Hi  ,

There is an requirement to get the Browser in which portal logged in (  if logged in Chrome  ,...have to display an message asking to logging to IE ) .

Kindly let me know how to get the browser details

Thanks ,

Keerthi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Keerthi,

I think you will have to customize the logon page.

http://scn.sap.com/docs/DOC-27909

http://scn.sap.com/docs/DOC-47102

and then use following code in the logon JSP page

String userAgent = request.getHeader("user-agent");

userAgent will have all the details of the browser.

Regards,

Nikhil