ASP.Net - What is current best practice for tracking state and session variables?
Posted
by alchemical
on Stack Overflow
See other posts from Stack Overflow
or by alchemical
Published on 2010-04-12T04:37:11Z
Indexed on
2010/04/12
4:43 UTC
Read the original article
Hit count: 613
We're creating a new consumer/public-facing ASP.Net web app. There are two concerns:
--Use cookie or cookieless forms authentication?
--If we decide not to use cookies at all, how would you store the data that would otherwise be stored in the cookie (Customer ID, AffiliateID, etc.). Does the ASP.Net authentication framework track something like CustomerID?
© Stack Overflow or respective owner