BBjspWebSession::isNew (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method returns true if the client does not yet know about the session or if the client chooses not to join the session.
Syntax
Return Value |
Method |
boolean |
isNew() |
Parameters
None.
Return Value
a boolean where 0=not new and 1=new.
Remarks
The example below shows testing to see if the session is new in a BBJSP BBJSP Servlet.
Example
This example demonstrates how this works in a BBJSP web-page
<%@ taglib uri='/WEB-CFG/tld/core.tld' prefix='c' %> |
This example demonstrates how this works in a BBJSP servlet
class public MyServlet |