Re: Session Question

2001-04-26 Thread Basuki, Rendra
tell you that the session has timed out. Good Luck Rendra -Original Message- From: Rich Bednar [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 10:00 AM To: [EMAIL PROTECTED] Subject: Session Question I am developing a Servlet based, multi-screen application using WebSphere 3.5

Re: Session Question

2001-04-26 Thread erik morton
As long as the multiple windows are the same browser type (Netscape or IE) than you'll be fine. Both browsers share cookies across instances - the container keeps track of the session with the jsessionid variable. If cookies are turned off, your container should instead "rewire" the url to include

Re: Session Question

2001-04-26 Thread Nic Ferrier
>>> Rich Bednar <[EMAIL PROTECTED]> 26-Apr-01 6:00:26 PM >>> >I am developing a Servlet based, multi-screen >application using WebSphere 3.5 (Servlet 2.2). >The Session object will change as the user navigates >about thru the screens. If the user then opens another >Browser window and navigates

Session Question

2001-04-26 Thread Rich Bednar
I am developing a Servlet based, multi-screen application using WebSphere 3.5 (Servlet 2.2). The Session object will change as the user navigates about thru the screens. If the user then opens another Browser window and navigates to a different screen in my application, will Websphere get confu

Re: Servlet Session Question

2001-03-08 Thread Gokul Singh
- Original Message - From: "Li Bing" <[EMAIL PROTECTED]> > I used getSession(true) to create a session in one servlet and put some object > into it. Then, the servlet invoked a servlet by outputing a URL in the > browser. I am assuming that both the servlets belong to same Context. If yo

Servlet Session Question

2001-03-08 Thread Li Bing
Dear All, I used getSession(true) to create a session in one servlet and put some object into it. Then, the servlet invoked a servlet by outputing a URL in the browser. I wished this invoked servlet could get the session created in the above servlet with getSession(true). But I was failed. Only a

Re: Session Question

1999-07-20 Thread Vaishnavi Mannar
: Moses Serruya To: [EMAIL PROTECTED] Sent: Monday, July 19, 1999 12:47 PM Subject: Session Question Hey You'All, nice to have found your group.   Win 98, JWS 2.0 Beta, SessionServlet gets Null pointer failure, is this because Win98 is not supported or am I again a C

Session Question

1999-07-19 Thread Moses Serruya
Hey You'All, nice to have found your group.   Win 98, JWS 2.0 Beta, SessionServlet gets Null pointer failure, is this because Win98 is not supported or am I again a CLASSPATH victim?   I suspect a paragraph in the FAQ mentioning "Classloader error", and moving classes to the classes directory?

Re: Session question

1999-05-13 Thread Komal Mangtani
> -Original Message- > From: A mailing list for discussion about Sun Microsystem's Java Servlet > API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of > Emuleomo, Olu (PME) > Sent: Thursday, May 13, 1999 9:33 PM > To: [EMAIL PROTECTED] > Sub

Re: Session question

1999-05-13 Thread Emuleomo, Olu (PME)
> -Original Message- > From: Yee, Darren H [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, May 12, 1999 8:41 PM > To: [EMAIL PROTECTED] > Subject: Session question > > Hi all, > > I have the following questions about sessions: > > - Can session ob

Re: Session question

1999-05-13 Thread Sam Rose
[EMAIL PROTECTED] Subject:Session question Hi all, I have the following questions about sessions: - Can session objects be accessed across servlets (that is, create a session in one servlet, get session in another servlet) running in the same servlet engine instnace? Different servlet

Re: Session question

1999-05-12 Thread jon *
> - Can session objects be accessed across servlets (that is, create a > session in one servlet, get session in another servlet) running in the same > servlet engine instnace? Different servlet engine instances? > > Here's how I came up with this question. I have a login servlet that > aut

Session question

1999-05-12 Thread Yee, Darren H
Hi all, I have the following questions about sessions: - Can session objects be accessed across servlets (that is, create a session in one servlet, get session in another servlet) running in the same servlet engine instnace? Different servlet engine instances? Here's how I came up with t

Session question (I think)

1999-04-15 Thread Schmidt, Allen J.
I am using servlets and a third party API to gain access to our 3270 mainframe transactions. I have gotten a few to work OK but have a question. If I send form field parameters to a servlet, it passes the parameters to methods in other classes which call the mainframe screens. Then I "scrape" the

Re: Session Question

1999-04-09 Thread Hans Bergsten
Girish Juneja wrote: > > Resending it for lack of response the last time around: > > I have an interesting problem with session invalidation. I have a servlet > that if invoked with a > certain parameters, needs to dump the session it has, and create a new one. > > For this purpose I invalidate th

Session Question

1999-04-09 Thread Girish Juneja
Resending it for lack of response the last time around: I have an interesting problem with session invalidation. I have a servlet that if invoked with a certain parameters, needs to dump the session it has, and create a new one. For this purpose I invalidate the session using request.getSession