I show public HttpSession getSession(boolean b) as abstract which means it must overridden to be properly used in your request class (you cannot call the base getSession(boolean b) method.
Regards,

Martin Gainty

______________________________________________

Disclaimer and confidentiality note

Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential, legally privileged and protected by law. LDS does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of LDS.

The person addressed in the e-mail is the sole authorised recipient. Please notify the sender immediately if it has unintentionally reached you and do not read, disclose or use the content in any way.

LDS can not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference.

             _______________________________________________

 

>From: Roland Dong <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: How to create a session object other than "session"
>Date: Fri, 9 Aug 2002 17:11:12 -0500
>MIME-Version: 1.0
>Received: from mc2-f14.law16.hotmail.com ([65.54.237.21]) by mc2-s9.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.4905); Sat, 10 Aug 2002 06:22:03 -0700
>Received: from swjscmail2.java.sun.com ([192.18.99.108]) by mc2-f14.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.4905); Fri, 9 Aug 2002 15:10:44 -0700
>Received: from swjscmail1 (swjscmail1.Sun.COM [192.18.99.107])by swjscmail2.java.sun.com (Postfix) with ESMTPid 9359F23F43; Fri, 9 Aug 2002 16:08:02 -0600 (MDT)
>Received: from JAVA.SUN.COM by JAVA.SUN.COM (LISTSERV-TCP/IP release 1.8d) with spool id 2451283 for [EMAIL PROTECTED]; Fri, 9 Aug 2002 16:06:20 -0600
>Received: from cait.org (mail0.cait.org [209.174.123.75]) by swjscmail1.java.sun.com (Postfix) with ESMTP id 29CCD485F for <[EMAIL PROTECTED]>; Fri, 9 Aug 2002 16:06:20 -0600 (MDT)
>Received: from [209.174.123.166] ([209.174.123.166] verified) by cait.org (CommuniGate Pro SMTP 3.4.7) with ESMTP id 1412431 for [EMAIL PROTECTED]; Fri, 09 Aug 2002 17:10:14 -0500
>Delivered-To: [EMAIL PROTECTED]
>User-Agent: Microsoft-Entourage/10.0.0.1309
>Message-ID: <[EMAIL PROTECTED]>
>Sender: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]>
>Return-Path: [EMAIL PROTECTED]
>X-OriginalArrivalTime: 09 Aug 2002 22:10:44.0741 (UTC) FILETIME=[9B721B50:01C23FF1]
>
>I am testing a session object so
>
>I created
>p1.jsp with the snippets:
>
>....
><%
>HttpSession currSession = request.getSession(true)
>