1) XFomsSessionManager.setTimeout() the parameter is named milliseconds,
but the javadoc says seconds - which is it?
2) XFormsSessionManager.setInterval() the parameter is not named and
there is no javadoc, is this seconds or milliseconds?
3) DefaultXFormsSessionManager.DEFAULT_TIMEOUT is set to 5000, with the
comment that its 5 minutes, however if this is in milliseconds that
would be 5 seconds, if its in seconds it should be 300 not 5000.
4) DefaultXFormsSessionManager.interval is set as 1500, the parameter of
DefaultXFormsSessionManager.setInterval() implies that this is in
milliseconds. So this would be 1.5 seconds, this seems very short?
5) ChibaServlet.createXFormsSession() line 443:
manager.setTimeout(1000 * 30); // 1 minute session lifetime
Assuming that setTimeout() should be set in milliseconds, this set's it
to 30 seconds, not 1 minute as the comment describes.
I would be happy to tidy up and fix these issues is someone can clarify
whats what...
Thanks
--
Adam Retter
Principal Developer
Devon Portal Project
Room 310
County Hall
Topsham Road
Exeter
EX2 4QD
t: 01392 38 3683
f: 01392 38 2966
e: adam.retter-z67GYmfiJqS5nN1hM+u2rQ@xxxxxxxxxxxxxxxx
w: www.devonline.gov.uk
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|