Interview Questions

Which of the following is the correct code for setting a Session timeout of 30 minutes

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

Which of the following is the correct code for setting a Session timeout of 30 minutes

Which of the following is the correct code for setting a Session timeout of 30 minutes
* Session.Timeout = 108000
* Session.Timeout = 1800
* Session.Timeout = 300
* Session.Timeout = 30


Answer1:
Session.Timeout = 1800

Answer2:
Session.Timeout = 30

(Continued on next question...)

Other Interview Questions