I can't wrap my head around this. So recently i generated a guid number with CoCreateGUID() and every time it is called it is a different guid number. How am i supposed to associate a certain user with the number if every time i check for their guid using that api it's changing. So i can't store it in a database since it changes everytime. I don't want to store the number on some .txt file hidden in the c drive or something because it's not as professional. So i guess this is kind of like a discussion more than a question. I have the code working and everything it's just that i don't understand how i can implement it. Thanks.