Has anyone worked with the UserInfo object in CE? I'm trying to set a user's UserInfo.profileString value, however the value isn't sticking and I'm not recieving an error either. Below is a sample of the code:
Set UserStore = Sess.UserInfo
UserStore.ProfileString("Role"
= "Approver"
Response.Write UserStore.ProfileString("Role"
The above code returns nothing.
But, if I write:
Response.Write UserStore.UserName
I get:
Johnetta
Does anyone know why this is?
Thanks,
Johnetta
Set UserStore = Sess.UserInfo
UserStore.ProfileString("Role"
Response.Write UserStore.ProfileString("Role"
The above code returns nothing.
But, if I write:
Response.Write UserStore.UserName
I get:
Johnetta
Does anyone know why this is?
Thanks,
Johnetta