How can I save a field (username) to a cookie/session in my ASP.Net application?
Posted
by Sergio Tapia
on Stack Overflow
See other posts from Stack Overflow
or by Sergio Tapia
Published on 2010-06-03T21:55:44Z
Indexed on
2010/06/03
22:04 UTC
Read the original article
Hit count: 334
I'm going to ask a user to login first, then when I'm going to save information I'm going to have to save the information and associate it with the logged in user.
How should I handle this with session?
© Stack Overflow or respective owner