You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by qu...@apache.org on 2003/01/17 01:20:42 UTC

cvs commit: jakarta-turbine-2/xdocs/services session-service.xml

quintonm    2003/01/16 16:20:42

  Modified:    xdocs/services session-service.xml
  Log:
  updated docs to include information about the pull tool.
  
  Revision  Changes    Path
  1.2       +12 -4     jakarta-turbine-2/xdocs/services/session-service.xml
  
  Index: session-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/services/session-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- session-service.xml	10 Jan 2003 01:30:34 -0000	1.1
  +++ session-service.xml	17 Jan 2003 00:20:41 -0000	1.2
  @@ -19,7 +19,7 @@
           <li>Determine if a given user is already logged in on another
               session
           </li>
  -        <li>Terminate a session (not implemented yet)</li>
  +        <li>Terminate a session</li>
       </ul>
   </p>
   
  @@ -93,15 +93,23 @@
   </web-app>
   ]]></source>
   
  +<p>
  +    There is also a pull tool avilable for accessing this service.  To make it
  +    available for use in your velocity templates, add the following line to
  +    your TR.props file.
  +</p>
  +<source><![CDATA[
  +tool.session.sessionmgt = org.apache.turbine.services.session.SessionTool
  +]]></source>
  +
   </section>
   
   <section name="Usage">
   
   <p>
       The Session Service should be accessed through the
  -    <code>org.apache.turbine.services.session.TurbineSession</code> class.  This
  -    class will provide you with static methods for accessing the service.  See
  -    the javadocs for this class for information on the API.
  +    <code>org.apache.turbine.services.session.TurbineSession</code> class or the
  +    pull tool.  See the javadocs for both classes for more usage information.
   </p>
   
   </section>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>