If cookies are disabled in client browser will session work
Ask by Anonymous User
Updated 17 Sep 2020
The session cookie is a special non-persistant cookie. It's only stored in memory, so in most cases even when cookies are disabled it still works fine.
It's also possible to enable something called cookieless sesssions where the sessionID is embedded in the URL, like this:
http://abc.com/data/ (encrypted session ID here) /abc.aspx