How are sessions maintained?
A. The browser sends a cookie to the server with each
request.
B. The browser sends a Querystring variable to the server
with each request.
C. The browser sends a hidden Form variable to the server
with each request.
D. The browser sends a long variable to the server in the
BODY of each request.
E. None of the above.
Answer / guest
The browser sends a cookie to the server with each request.
| Is This Answer Correct ? | 6 Yes | 0 No |
What is use of asp?
Which is the default scripting language in active server pages?
In which database is the information, such as membership, role management, profile, and Web parts personalization, stored?
1 Answers MindCracker, Muthoot Group,
What happens to a html page in asp?
What's the Difference between DSN and DSN Less connection?
How do I create an aspx page?
Name the control which would you use if you needed to make sure the values in two different controls matched?
Explain the post & get method?
Who is asp in police?
what is the role of attributes properties in asp field object
Explain the difference between server-side validation and client-side validation?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.