D
DKode
Can anyone point me to a good location for state management
information. I am having to re-code a good portion of my login code to
properly manage persistent state. As it is right now, I was saving the
object(user) into the HttpContext.Current, but I find this does not
persist from page to page.
I am using FormsAuthentication and saving it to an encrypted cookie.
Can I maintain state like this or would it be ineffecient to store an
object in the users cookie. I would prefer to keep the object on the
server rather than pushing back and forth between client-server.
Thanks
DKode
information. I am having to re-code a good portion of my login code to
properly manage persistent state. As it is right now, I was saving the
object(user) into the HttpContext.Current, but I find this does not
persist from page to page.
I am using FormsAuthentication and saving it to an encrypted cookie.
Can I maintain state like this or would it be ineffecient to store an
object in the users cookie. I would prefer to keep the object on the
server rather than pushing back and forth between client-server.
Thanks
DKode