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
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
>>> 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
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
- 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
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
:
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
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?
> -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
> -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
[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
> - 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
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
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
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
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
16 matches
Mail list logo