문제

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