List of questions
Related questions
Question 35 - 312-96 discussion
A developer has written the following line of code to handle and maintain session in the application. What did he do in the below scenario?
A.
Maintained session by creating a Session variable user with value stored in uname variable.
B.
Maintained session by creating a HTTP variable user with value stored in uname variable.
C.
Maintained session by creating a Cookie user with value stored in uname variable.
D.
Maintained session by creating a hidden variable user with value stored in uname variable.
Your answer:
0 comments
Sorted by
Leave a comment first