ASP.NET Training : Do session use cookies ? ( ASP.NET Interview questions)

preview_player
Показать описание

See our other Step by Step video series below :-

In this video we will try to clarify a very important ASP.NET confusion do session use cookies and if cookies are disabled what happens.

Note :- Correction in the video its mentioned as querystring , its actually within the URL.

Рекомендации по теме
Комментарии
Автор

Do not miss our Interview Question video series

dnfvideo
Автор

Correction in the video its mentioned that data is passed as querystring, its actually with the URL. Sorry for the miscommunication.

dnfvideo
Автор

You are right data is stored on the server. I did say the session key is sent and not the actual data. Sorry if it has caused confusion.

dnfvideo
Автор

I have a quick question here. It might be putting at wrong place, but still curious. How Session works with MVC. I removed all cache and history and also disabled cookies in IE. I can still see session is working. Even I don't have any configuration for cookieless in web.config file.

pravinbelurkar
Автор

Nice demo. Is there any limit for the data we put in session? Is there any size limit for cookie?

manojmore
Автор

I have an issue in session, when i sent request to third party api( like billdesk, nsdl esign or atom) i set some session variables. After completing the request i got response from third party but when i got response my session variables become null

It is happening only for some request not for all

ajayjagtap
Автор

I've got problem once I try to login to the site the username not saved and the UserAccount page not appear in the menu, even if the cookieless is True, so how can we handle this
Note: I've checked the ( Block sites from sitting and data)

MrBader
Автор

I think you might have created more confusion by saying that session variables use cookies. If I am right, the variables are held in memory and not sent back and forth with the cookie.

metallitech
welcome to shbcf.ru