What is the most common cookie tracking strategy for users without having to register?
Create a guest account, assign a GUID, and then put that GUID value in your cookie? Is there a more common way to do this?
Although this is a common web application issue, I am using ASP.NET MVC.
One popular solution when you write is to send a GUID to the user inside the cookie. Obviusly this solution only works if the user has cookies.
, cookie , .
. , , "", ( db).
cookie .
cookie, , , (, bit.ly, j.mp .) URL-. ( , URL-, ).
, , cookie URL.
http://example.com/fG3Er/Home/Index http://example.com/Home/Index?guestId=fG3Er, fG3Er - .
http://example.com/fG3Er/Home/Index
http://example.com/Home/Index?guestId=fG3Er
fG3Er
URL- .
, , , cookie , , . , , , ( Google Analytics cookie - ).
Source: https://habr.com/ru/post/1772776/More articles:Create thumbnails from MKMapView - iosSQL / Knime - transpose table with "Group By" - sqlMy C ++ application crashes only in release mode and Windows 7 - c ++Problem sorting STL with GCC - c ++SQL joins and exceptions - performanceUITableViewCell custom background becomes transparent after selection - iphoneSingleton template in C ++ - c ++Вызов JQuery AJAX - как захватить ответ JSON? - jqueryUnable to create TFS task - tfsChecking for images in a separate domain - phpAll Articles