Title: RE: Problems with Session Handling
No, I originally I thought the problem was because the computers (with the browsers) I was testing with are all behind a proxy server sharing the same IP address (the Apache/J_Serv/Gnu-jsp server is outsite the firewall on its own IP address).  I have since tested with other computers within our class C subnet - all their own IP's.
 
I am using as little JSP code as possible - All the major code is in beans used by the JSP pages - in all cases scope="session".
 
All browsers viewing the JSP pages seem to share the one session. 
 
I'm not doing any kind of work to handle sessions - I kinda hoped that JSP would do that for me.
 
Thanks,
 
Derek :)
-----Original Message-----
From: Mike McElligott [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 03, 1999 5:42 PM
To: 'Derek Conniffe'; [EMAIL PROTECTED]
Subject: RE: Problems with Session Handling

Derek,

Are you using the same browser?  Multiple instances of the same browser are in the same session..  Different browsers, however, would not be..

-----Original Message-----
From: Derek Conniffe [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 03, 1999 9:18 AM
To: [EMAIL PROTECTED]
Subject: Problems with Session Handling


Hi,

I started using JSP & Beans with the development www server (with the JSP
development kit).  Beans were used in the pages with scope="session".  I had
a problem at that time with all browers sharing the same bean information.

I have now moved to Apache, JSERV & Gnu-jsp & have the same problem.

Is it up to me & the Bean coding to handle sessions?  I have simply been
hoping that the whole JSP thing magically handles multiple [unique]
instances of beans with unique internal private variables.

Thanks for any help on this!

Derek :)

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to