Session listener

2003-03-08 Thread Peter Dolukhanov
Dear All, I'm fairly sure this has been mentioned previously, but I cannot find any discussion in the archives. The site I am developing has a standard shopping cart object implemented within a session object. Whenever a user adds an item to his shopping cart, it is temporarily removed from the m

Session listener redirect

2001-03-06 Thread Ron Quartel
I have created the following session listener class which works but now I want to redirect the client to the start page of the application (index.jsp) if they are trying to enter the application from another page. Easy peasy lemon squeezey in asp using global.asa but at a loss with java. Any

Re: Session Listener

2001-05-24 Thread Hans Bergsten
Sylvain Roche wrote: > > Hi, > > I'm working on an online mail application. Everything works fine, but I > have an architectural problem with attachements. In order to read them form > the web page showing the message, I have to record them on the application > server (from the mail server). Then

Re: Session listener

2003-03-08 Thread Martin Gainty
t;From: Peter Dolukhanov <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Session listener >Date: Sat, 8 Mar 2003 13:38:31 - >MIME-Version: 1.0 >Received: from mc8-

Re: Session listener

2003-03-09 Thread Partha Ranjan Das
-Original Message- From: Peter Dolukhanov [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 7:09 PM To: [EMAIL PROTECTED] Subject: Session listener Dear All, I'm fairly sure this has been mentioned previously, but I cannot find any discussion in the archives. The site

Re: Session listener

2003-03-10 Thread SKarthikeyan
CTED] Sent: Mon 3/10/2003 12:28 PM To: [EMAIL PROTECTED] Cc: Subject: Re: Session listener You can use the HttpSessionListener interface. In case the session is invalidated or canceled otherwise, the code to reinstate the db can be

Re: Session listener redirect

2001-03-06 Thread OK Prakasan
.sun.com> on 03/06/2001 05:09:17 PM Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> Sent by: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Sub

Re: Session listener redirect

2001-03-06 Thread Sripada Srinivas
> I have created the following session listener class which works but now I > want to redirect the client to the start page of the application (index.jsp) > if they are trying to enter the application from another page. > > Easy peasy lemon squeezey in asp using global.asa but at a los

Re: Session listener redirect

2004-09-24 Thread Ravi Gupta
Did you ever get this to work? i am having the same problem (redirection from a listener class?) thanks ravi gupta === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTE