Re: session close in JSP
From: Herman Timmermans (timmermansdot.hermanat_at_skynet.be)
Date: 12/09/03
- Next message: vishnu mahendra: "copying a web site to a text file in java?"
- Previous message: megha: "session close in JSP"
- In reply to: megha: "session close in JSP"
- Next in thread: megha: "Re: session close in JSP"
- Reply: megha: "Re: session close in JSP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 09 Dec 2003 10:52:49 +0100
megha wrote:
> Hi
>
> I am writing a program in JSP which requires user to log in and as he
> logs in database was updated with his status on and till the user does
> not sign out no other user with same login and password can enter in
> the system. as he signs out database was updated but the problem is if
> somehow he forgot to sign out and closed the browser or navigate to
> other page or site his information was still on in the database. I
> want a solution how to update a database when users forgot to signout
> but closed the window or browser.
> I am using Apache Tomcat ver 4.1.27 with Jsp and SQLServer7.0
>
> Thanks
Hi, I already replied to this in your previous thread. Please do not post
the same question twice under a different heading.
*****************************************
> You should implement the HttpSessionListener interface. In case a session
is invalidated either by a pre-defined time-out or when the user closes his
browser, the sessionDestroyed method is called. Use this method to
clean-up whatever that needs to be done in your database when the user
forgets to do a proper logoff.
Brgds,
Herman
> Megha
-- Suse Linux Professional 8.1 on Athlon 1.1 Ghz 512 Mb Anti Spam = remove the "dot" and the "at" Registered Linux User #264690
- Next message: vishnu mahendra: "copying a web site to a text file in java?"
- Previous message: megha: "session close in JSP"
- In reply to: megha: "session close in JSP"
- Next in thread: megha: "Re: session close in JSP"
- Reply: megha: "Re: session close in JSP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|