Click here to Skip to main content
15,911,317 members

Comments by MaMon2010 (Top 3 by date)

MaMon2010 24-Feb-24 9:43am View    
As mentioned, it is a WebAssembly solution and, as my code is set up, each "Guest" client logs in in a hidden way with the same account (single for everyone), upon login the Token is the same but the expiration time is regenerated. Therefore the duration of the Token becomes individual for each individual client. I checked this in Debug. However, I agree that at the session level, things are also distinct for the server and this is precisely the objective I am trying to verify with you.
MaMon2010 23-Feb-24 15:51pm View    
I can also add that the expiration time of the token is different between the various "Guest" users, as I have verified that each one is given its expiration time based on the moment in which they log in.
MaMon2010 23-Feb-24 15:25pm View    
Yes, a sort of Guest, but with a bearer token shared with other Guest users.