Ever wanted to set your own session id? Well, I did. I was creating a webservice where authentication would be done with a ‘token’. This token would simply be a random guid given to that user after he logged on with his username/password. Now, this random guid/string would be the session ID. That way, if the user does an action [...]
Oct 202009