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 2003/04/30 18:38:05 UTC

DO NOT REPLY [Bug 19489] New: - expose Session.invalidate()

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=19489>.
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=19489

expose Session.invalidate()

           Summary: expose Session.invalidate()
           Product: Axis
           Version: 1.0-rc2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: N.Metchev@teamphone.com


Currantly it is only possbile to invalidate the session by calling
((AxisHttpSession)MessageContext.getCurrentContext().getSession()).getRep
().invalidate();

the invalidate method should be exposed in the session interface!