Browse by Tags

Related Posts

  • Re: Best practice for storing 'user modes'

    I read many articles/topics about this problem since yesterday and figured out the pros and cons of sessions, and/or cookies, and profile. Sessions : 1 session per browser, so I have to user User.Identity.Name in session objects to avoid that a user can look another session objects within one browser...
    Posted to State Management (Forum) by gJoe on 10-24-2008, 12:00 AM
    Filed under: profile, Session, Cookies
  • Store Profile data in a Session

    I built my custom ProfileProvider and I've noticed that GetPropertyValues is called every time a page loads and uses the Profile property. In the GetPropertyValues method I retrieve the property values from the database and that is not necessary because profile details will not change that often...
    Posted to Web Parts and Personalization (Forum) by withemies on 04-15-2008, 12:00 AM
    Filed under: profile, profileprovider, session, Membership
  • Save/Retrieve data in profile property

    My application uses custom objects, stored in profile properties, to store and manipulate data cross pages. It works properly in Visual Studio but does not function all right from the Internet. I thought Serialization caused problems. So I made a test with a simple string profile property instead of...
    Posted to Security (Forum) by Svetlana Proycheva on 08-19-2009, 12:00 AM
    Filed under: Session, profile, Provider
Page 1 of 1 (3 items)