Page.User.Identity.Name

P

polilop

Is it possible to somehow extend the IIDentity and add more fields,
so i can store other user information ?
Where dose .NET keep the data (Identity.name), in cookie/cache?
 
J

Juan T. Llibre

re:
!> Is it possible to somehow extend the IIDentity and add more fields,
!> so i can store other user information ?

Use ASP.NET Profile to store additional user information.
 
E

Eliyahu Goldin

The way how .net keeps user data depends on membership provider. Most common
is SqlMembershipProvider that keeps data in database tables. I may want to
add your own table to keep more data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top