Hello guys, we have a particular feature request and we are wondering to know if it is possible to get it in the next release.
In the session table you report two fields, UserID and UserHostAddress as Guid.
1) How can we translate them?
2) Can you add an additional field in this table that will be read from our app.config while the re-compiled application is running?
Thank you
raffaeu
0

Comments

4 comments

  • Brian Donahue
    We don't recommend relying on the SmartAssembly database for querying directly but as I recall the ID is server-assigned and the GUID is a hash of the IP that can't be reversed. A few versions ago, SA used to report the real IP, but I suppose there were privacy concerns. Now you just know which reports are coming from the same computer all of the time.
    Brian Donahue
    0
  • raffaeu
    If we have hundreds of machines in our network and one of them was reporting an error how would we determine which one of them was reporting the error?
    raffaeu
    0
  • Brian Donahue
    Brian Donahue
    0
  • raffaeu
    Ok Brian, I didn't know.
    I will make a test with the SDK because probably it's the best way to go.
    Thank you again for your support, really appreciated!
    :D
    raffaeu
    0

Add comment

Please sign in to leave a comment.