Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
DNN Platform Version: 07.01.00 (2676)
Hello everyone,
I've created a custom profile property to assign a alphanumeric value to everyone who register on my site.
Property category: Basic
Property field: Text
Max length: 50 (I use to store 10 characters)
This value can change depending on some choices that the user can do on my site. I'm able to store the new values on the profile property of every user (I check it opening other instance of the browser and log in as host to check the users account information) using:
UserInfo.Profile.SetProfileProperty("propertyname", propertyvalue)
but after some minutes, the stored value is deleted I don't know why.
I've been playing with the hydration but I got messages that the hydration is obsolete.
Any idea about that? or if I'm doing something wrong?