Python Forum
Get session id from users ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get session id from users ?
#1
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 ?
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020