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

Q

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

✍: Guest

A

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

2014-06-16, 2162👍, 0💬