Back Previous Next


Linguist servlet package - get

Syntax:

   get session

Keyword handler:

   net.eclecity.linguist.media.keyword.ServletKGet.class

Runtime handler(s):

   net.eclecity.linguist.media.handler.ServletHGet.class

Function:

This command retrieves the current session object from the request, ready for use. It is up to the server to provide the object, by using either URL rewriting, hidden fields or cookies. You can then add objects to the session or retrieve existing ones. See set and session value in Numeric/String values.

Example(s):

   get session


Back Previous Next IDTH="21%">get