Re: A Java question

2002-01-07 Thread Koen Weyn
6. for(;p < 5;p++) { 7.if(t++ > m) { 8. m = p + t; 9.} 10. } 11. System.out.println("t equals " + t); 12.} 13. } Hope this helps Koen Weyn === > > To unsub

Re: Session Maangement.

2001-02-27 Thread Koen Weyn
Hi, I did this using a HttpSessionBindingListener with the valueUnbound() method. This way you are notified whenever an object is removed from the session (even when the session is destroyed) Hope this helps Koen -Original Message- From: A mailing list about Java Server Pages specifica