Is it possible to get the user's browser serial number using JSF? I use JBoss 7 for application server.
kind regards, Peter
Printable View
Is it possible to get the user's browser serial number using JSF? I use JBoss 7 for application server.
kind regards, Peter
JSF is server side, so what you get is what is sent from the client in the headers unless you use some other sort of technology (javascript, applets, etc...). So inspect the headers. Why do you want the serial number? And what guarantees the browser a client is using has a serial number?