My website is having two type of users
1 : Players
2 : Admin users
I want to store mac address of client machine from which player signup/signin into website.i want to block games if there is two games running from one machine or two player session active at same time.

有帮助吗?

解决方案

I belive there is no way to get mac address in Django. All you can get is HTTP headers in request variable. But still you can get MAC by any other method (via Java applet or ActiveX) and pass it Django by GET or POST request.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top