Cookie-less session in asp.net
Loading
Cookie-less session in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Aravind GovindarajPosted Nov 25, 2022, 3:47 PM
The cookie-less session doesn't use a cookie is the user's browser to store the session state. Instead, it stores the session either on the page itself or in the URL.
Vishal YelvePosted Nov 25, 2022, 6:53 AM
Hi Naresh,
Please check Kudvenket video on Cookie less session in asp.net
https://www.youtube.com/watch?v=pN4THQT5TJE
Brahma Prakash ShuklaPosted Nov 24, 2022, 4:54 PM
https://www.c-sharpcorner.com/UploadFile/deepak.sharma00/using-cookie-less-session-in-Asp-Net/