tags:

views:

51

answers:

0

I'm using WCF RoleService (I built a custom role service on top of it) to get a list of roles for a given user. What I'm wondering is, should I be setting the FormsAuthenticationTicket's UserData property (when it's created) with these roles on the server side?

Note: I guess it doesn't make sense for a client application to do this (I'm using silverlight). I guess it's only if I use asp.net pages as well right?