B
Brian Shannon
Using forms authentication I want to add several pieces of data to the
UserData property in the Forms Ticket.
I want to include roles, email, user ID.
From reading it seems like you add all that to a string and add it to the
UserData property.
If that is the case how do you access each individual piece such as email.
I am not completely up to date with using ASP.NET's cookies so bare with me.
Thanks
UserData property in the Forms Ticket.
I want to include roles, email, user ID.
From reading it seems like you add all that to a string and add it to the
UserData property.
If that is the case how do you access each individual piece such as email.
I am not completely up to date with using ASP.NET's cookies so bare with me.
Thanks