Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
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
✍: Guest
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, 2313👍, 0💬
Popular Posts:
Can you please post OpenLink Endur related FAQ's,tutorials,document s.Thanks
Write an equivalent expression for x%8? x&7
Do You Know the Book "JUnit in Action"? You should know this book. It received some good reviews. Ti...
How To Create an Add-to-NewsGator Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News...
How does one iterate through items and records in a specified block? One can use NEXT_FIELD to itera...