In case of we are not saving the information as cookies.
how server detects the same user?
No Answer is Posted For this Question
Be the First to Post Answer
What is the order of precedence for logical operators.
Explain the post & get method?
What is difference between aspx and ascx?
How do in-process and cross-process communication work in the common language runtime?
define the functionality of web server in context to Active server page.
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID
Explain life cycle of asp page.
How many objects are there in ASP?
Describe ways to present an arbitrary endpoint (URL) and route requests to that endpoint to ASP.NET.
what is the default .net provider
What purpose is served by the Application.Lock method? A. It locks the Application object, preventing other clients from altering any values in the Contents collection. B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection.
What are the stored procedure and why they are needed?