Answer Posted / raghumadhav tirunagari
In addition ASP.NET allows session state to be preserved
even if the user has cookies disabled or if the Web
application is hosted by several different servers. In
classic ASP either scenario would prevent session variables
from maintaining state. An example of a session variable is
one that contains a user Id and password. The user cannot
access any page in the site if he/she is not logged in.
Before the page is rendered, the user ID and password are
accessed through the session variable and checked to ensure
that the values are legitimate.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are main return types supported in Web API?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
What is another word for redirect?
What r the asp.net list controls and difference between them?
How about the security in Activex DLL and Activex EXE ?
Explain difference between friend and protected friend?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is the default timeout for a cookie?
Explain exception filters?
Describe the diffeerence between inline and code behind?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is syntax code to send email from an asp.net application?
Define repository pattern in mvc.net? : asp.net mvc
How can I open ashx file in mobile?
What is the application pool?