You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/03/28 04:15:43 UTC

DO NOT REPLY [Bug 7536] - Incorrect session timeout logic

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7536>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7536

Incorrect session timeout logic

gdaniels@macromedia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From gdaniels@macromedia.com  2002-03-28 03:15 -------
Damn - nice catch!  Our test wasn't catching this because 
setDefaultSessionTimeout() wanted seconds, and I was giving it a value as if 
it wanted milliseconds (i.e. the timeout was HUGE).  So of course the ">" 
worked.  This has been fixed and the test updated.  Thanks!