| Author |
session timeout
|
Samanthi perera
Ranch Hand
Joined: Jan 08, 2010
Posts: 510
|
|
|
using setMaxInactiveInterval() set the time of session programtically and using DD session timeout are do same thing?
|
 |
Devaka Cooray
Saloon Keeper
Joined: Jul 29, 2008
Posts: 2691
|
|
|
Yes. But the parameter for the setMaxInactiveInterval() expresses the interval in seconds, while it should be in minutes when used in the deployment descriptor.
|
Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
|
 |
 |
|
|
subject: session timeout
|
|
|