I never heard of such a method. I checked the JEE 1.4 API docs and can
verify it doesn't exist:
http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpSession.html

It also doesn't exist in Servlet 2.5:
http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpSession.html

Any idea why you think it should exist? There is an #invalidate() which
should do what you want but that has existed since the start.

Paul

On Wed, Aug 19, 2009 at 10:34 PM, Kevin <[email protected]> wrote:

> I've add this dependency:
>            <dependency>
>                <groupId>javax.servlet</groupId>
>                <artifactId>servlet-api</artifactId>
>                <version>2.4</version>
>                <scope>provided</scope>
>            </dependency>
>
> but I cannot override the new method HttpSession.logout(), and there's
> no such method in the decompiled class, anyone can tell me how to fix
> this? TIA.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to