users@glassfish.java.net

Re: controlling session creation in code.

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Thu, 30 Aug 2012 09:29:13 -0700

You can use the following jsp directive:
<%@ page session="false" %>

Shing Wai Chan