I get regular ASP to complete statefullness using viewstate, but MVC is not trying to perpetuate a bold lie about persistence. So how can it support sessions?
By default, it saves a randomly generated number in a cookie and saves it in memory. If the browser says that it does not support cookies, asp.net will add the session key to the URL instead, it will display as http://myurl.com/(S(rpfa4y3c5oe2c555ljanprek))/Controller/Action
Used by Session ID to identify the user stored in cookies. Harmonization is possible if you know the identifier of the victim, and if other security measures do not interfere (for example, authentication based on IP addresses).
Session ID
Source: https://habr.com/ru/post/1480255/More articles:Double quotes, single quote problem in javascript html tag in php echo expression - javascriptCocoa focus ring color animation - user-interfaceUF_TRACKED file flag from stat.h - unixHow can I use two bitbucket accounts (with separate ssh keys) on the same PC with TortoiseHg? - bitbucketIF / ELSE LEFT JOIN - joinGit Flow - Sync two incomplete functions - gitHow to wrap selected text with span and place div located relative to it in javascript? - javascriptHow to implement a macro system in my LISP - macrosIs it possible to have several control buttons. - c #SWIG Import a generated class from another module and package into the current class - javaAll Articles