• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Mock Question

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which of the following statements are true?

Choose at least one answer.
a. The session time out interval can only be set in the deployment descriptor, not in code
b. The session time out interval can be set in the deployment descriptor or in code
c. The session-timeout tag sets the time out interval value in minutes
d. The session-timeout tag sets the time out interval value in seconds

what are the correct answer. the mock exam says b and c are correct.

any body can expalin
 
Ranch Hand
Posts: 437
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
If the session time out is set in the code, it should be set in seconds.
If the session time out is set in the Deployment Descriptor, it should be set in terms of minutes. Hence, it is possible to set it in code as well as in DD.
With regards,
Padma priya N.G.
 
PRavi kumar
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks

I misunderstand the question wrongly
 
Or we might never have existed at all. Freaky. So we should cherish everything. Even this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic