Where does ASP.NET typically save SessionIDs by default?

Choose the correct answer

Explanation

By default, ASP.NET stores SessionIDs in browser cookies to maintain user session state. Other storage methods like databases or application variables are not used unless explicitly configured.

Where does ASP.NET typically save SessionIDs by defa… — ASP.net | PakQuizHub