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 Global.asa file?
Name at least two methods of response object other than Transfer.
What is a session?
how can we done appllication deployment
What is n-tier system?
Enter the roll number of a student and get his marks from a database file called MARKS. Use an ASP code for the same
How do I print an aspx file?
What is difference between Physical path and Virtual path? Explanin with example.
What is the order of execution for an ASP application?
plz giv me the procedure for connecting to database
write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.
Name the control which would you use if you needed to make sure the values in two different controls matched?