Have you tried calling "invalidate()" on the session when you log out?

Kashif.

On 11/15/05, deepak patwardhan <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I have developed a bunch of JSR 168 portlets and am
> running them on Jetspeed 1.6. I am trying to
> understand session handling. Now, creating sessions is
> straightforward. However, I can't find a way to
> invalidate a session!
>
> The problem is this : when I log out, and then log in
> again, I see the contents of the previous session. (I
> just print all the things that were submitted
> previously) Infact, even after I shutdown tomcat and
> restart it, I can still see the previous session
> values!
>
> Is there a way that my portlet application can be
> informed when the user is logging off, so that I can
> purge every thing that I have stored in the
> PortletSession object ?
>
> I am sure this question has been brought up before. I
> found many references to this problem on the internet,
> but no answers.
>
> thanks,
> Deepak S Patwardhan.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to