Problems with Session Handling (cont)

1999-08-03 Thread Derek Conniffe
Hi, I'm still tring to find out how to have multiple browsers viewing a JSP / HTML pages which access beans (which do the real database work). At the moment if I use two browsers (IE / Netscape) or if I use browsers on seperate computers the one bean seems to share data accross the different bro

Problems with Session Handling (cont)

1999-08-03 Thread Gillard dIon
Derek, how about some more detail. What scope do your beans have in the JSP page? Is it session? How are the beans added to/created in that scope? What do you mean by "one bean seems to share data across the different pages"? "In Apache/mod_JServ/GNU JSP if you are calling a beans set methods

Re: Problems with Session Handling (cont)

1999-08-03 Thread Taylor Gautier
> p.s. How about another weird problem which kept me staring at the screen for > an hour or so: > > In Apache/mod_JServ/GNU JSP if you are calling a beans set methods you must > ensure that you use lower case lettering for the method name (after the get > bit) e.g. hello where the beans method is