Python Forum

Full Version: Get session id from users ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm developing a distributed software (in python) that I intend to run on the web (browser) and I came across a question about session id? For this, I need to develop a solution ( Stateful ) between ( Browser and Server ) to establish a unique, identified and persistent session. I researched about (External IP, Mac Address and Authentication Http) but practically all of these can be dynamic in order not to be identified. In an honest and transparent way, I ask, what immutable device (hardware) resource can I use to capture, identify the (Computer, whether on a private network or not) and be able to generate a session (stateful) regardless of whether the user is logged in or not in the web application ?