"Chen, Gin" <[EMAIL PROTECTED]> writes:
> I think I'm completely misunderstanding the question.
> First of all, applications in 2 different contexts can not share a
> session! Therefore, how you are getting context 2 to putValue()
> (you really should be using the more current setAttribute()) in
on group.
It's probably not a Tomcat issue. See my point below:
> >I have a problem with session tracking. The scenario is as follows:
> >
> >1) "Web app A" in "context1" uses a URLconnection WITHIN A SERVLET IN
> >CONTEXT1 to send data to &
t a Tomcat issue. See my point below:
> >I have a problem with session tracking. The scenario is as follows:
> >
> >1) "Web app A" in "context1" uses a URLconnection WITHIN A SERVLET IN
> >CONTEXT1 to send data to "webapp B" running in a diffe
12, 2002 1:26 AM
To: [EMAIL PROTECTED]
Subject: Re: Session Tracking and multiple contexts
i'm also facing the same probulem!!! thankz in advance
jojo
>From: Sankar Venkitachalam <[EMAIL PROTECTED]>
>Reply-To: "A mailing list for discussion about Sun Microsystem's
i'm also facing the same probulem!!! thankz in advance
jojo
>From: Sankar Venkitachalam <[EMAIL PROTECTED]>
>Reply-To: "A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology." <[EMAIL PROTECTED]>
>To: [EMA
I have a problem with session tracking. The scenario is as follows:
1) "Web app A" in "context1" uses a URLconnection WITHIN A SERVLET IN CONTEXT1 to send
data to "webapp B" running in a different server/different context ( context 2).
2) Context 2/Web app2 crea
But why would they be doing this?! Maybe you need to consider persisting
sessions and
introducing a login...
Mike
- Original Message -
From: "Kumar Sameer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 10, 2002 11:04 AM
Subject: Re: Session tracki
you cannot do a session tracking using IP ADDRESS ...
because if the web is behind a proxy you wont get a unique ip address
ONE IDEA IS TO CHECK THE BROWSER ( USER AGENT ) AND DO CUSTOM PROCESSING ...
ANY IDEAS ?
GURU
-Original Message-
From: Kumar Sameer [mailto:[EMAIL PROTECTED
ip address of client m/c for session tracking ? Will reading ip address
create security problem ?
-Original Message-
From: Chen, Gin [mailto:[EMAIL PROTECTED]]
Sent: 09 April 2002 16:27
To: [EMAIL PROTECTED]
Subject: Re: Session tracking API
BTW, here's a part of the servlet spec t
: Re: Session tracking API
It seems to be a function of the browser. I'm using IE 6 and
Netscape 6.2.1 on Win 2k.
If you start a new instance of IE by pressing CTRL-N, it seems to
send the cookie (i.e., session) to the server. If you start a new
instance of IE by, say, double-clicking the IE
o: <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 10:10 AM
Subject: Session tracking API
> Hi !
>
> I am using the class HttpSession for session tracking. I have a
simple class
> which just keeps a count and displays it.
>
> When i run it in a browser, and hit refresh but
ginal Message-
From: Daniel Wink [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 11:23 AM
To: [EMAIL PROTECTED]
Subject: Re: Session tracking API
Hi,
This behaviour is browser dependant: from my experience opening a new
InternetExplorer window treats session as discussed (file->new
e same session id when making requests to your servlet.
Later,
Dan.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 09, 2002 4:19 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Session tracking API
>
>
> If you open a ne
Message-
From: Kumar Sameer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 11:10 AM
To: [EMAIL PROTECTED]
Subject: Session tracking API
Hi !
I am using the class HttpSession for session tracking. I have a simple class
which just keeps a count and displays it.
When i run it in a
Hi !
I am using the class HttpSession for session tracking. I have a simple class
which just keeps a count and displays it.
When i run it in a browser, and hit refresh button, the count is incremented
correctly.
But if i open another window, the count restarts from 1. I was expecting
that even
Hi
in Servlet spec 2.3 write
SRV.7.1.2 SSL Sessions
Secure Sockets Layer, the encryption technology used in the HTTPS protocol,
has a
mechanism built into it allowing multiple requests from a client to be
unambiguously identified as being part of a session. A servlet container can
easily
use this
"Sabari Arasu (CTC)" wrote:
>
> Meaning a way to know whether the session got corrupted.
>
What, exactly, do you mean by "corrupted"? The more
details you can give, the less those who answer will
have to guess, and the faster and more accurate your
answers will be.
--
Christopher St. John [EMAI
Hi folks,
is there any way to track the session. Meaning way to know whether
session got corrupted. I need this very urgently. Any idea will be
appreciated.
Thanks,
Sabari Arasu
___
To unsubscribe, send email to [EMA
riday, October 19, 2001 4:35 PM
Subject: Re: Session tracking + ResultSet
> Are you aware that when you close your connection or resultSet that you
> will loose the contents of your result set? Pass you result set into a
> collection of some sort like vector, hashtable, or whatever will su
as to why your adding to the session and not the
request/response?
~Tonia
- Original Message -
From: Daniel Cabrera Solana <[EMAIL PROTECTED]>
Date: Friday, October 19, 2001 0:38 am
Subject: Session tracking + ResultSet
> Hi all!:
>
> I am doing a servlet which goes to a b
have the contents of your result set.
But I am curious as to why your adding to the session and not the
request/response?
~Tonia
- Original Message -
From: Daniel Cabrera Solana <[EMAIL PROTECTED]>
Date: Friday, October 19, 2001 0:38 am
Subject: Session tracking + ResultSet
> Hi al
Thanks Rag!!
I will try it.
Best regards
- Original Message -
From: Raghupathy, Gurumoorthy <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 19, 2001 10:11 AM
Subject: Re: Session tracking + ResultSet
> dear Daneil,
>
> a bett
Cabrera Solana [mailto:[EMAIL PROTECTED]]
Sent: 19 October 2001 08:39
To: [EMAIL PROTECTED]
Subject: Session tracking + ResultSet
Hi all!:
I am doing a servlet which goes to a bd. After I have the ResulSet of the
query. I register this ResultQuery in the session with
session.putValue("
Hi all!:
I am doing a servlet which goes to a bd. After I have the ResulSet of the
query. I register this ResultQuery in the session with
session.putValue("data",name_ResultSet );
After I go to another servlet when I try to get this ResultSet the server
throws a SQL exception and I don't have a
check this out:
http://www.servlets.com/cos/javadoc/com/oreilly/servlet/HttpMessage.html
hope it helps.
- Original Message -
From: "Marco Trevisan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 09, 2001 12:38 PM
Subject: Re: Applet Se
ginal Message -
From: "Kinjal Dixit"
Subject: Re: Applet Servlet Session Tracking
> hi
>
> if you look at the mechanics of sessions, you will find that when you
create
> a session, it sets a cookie on the user agent... but your applet does not
> handle those properly an
heiro" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 08, 2001 10:09 PM
Subject: Applet Servlet Session Tracking
> Hi, I've been looking in mailing list archives but i did not find nothing
> that could solve my problem.
>
> I connecting to m
why do not u use the sessionbindingListener... search AWT and you will get
the stuff...
guru
-Original Message-
From: Hugo Malheiro [mailto:[EMAIL PROTECTED]]
Sent: 08 October 2001 17:40
To: [EMAIL PROTECTED]
Subject: Applet Servlet Session Tracking
Hi, I've been looking in ma
Hi, I've been looking in mailing list archives but i did not find nothing
that could solve my problem.
I connecting to my servlet with URLConnection. How can i associate an
HttpSession to this request that i create? because when i make
request.getSession(false) it gives me a null exception...
B
What is the best way to share session data across VMs?
Does WebSphere support clustering??
-sb
___
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Arch
Hello rajesh,
Thursday, August 23, 2001, 9:32:25 AM, you wrote:
rn> Hi All,
rn> We know that session tracking uses cookies by default to associate a session
identifier with a unique user.
rn> If the browser does not support cookies, or if cookies are disabled, you can still
enabl
Hi All,
We know that session tracking uses cookies by
default to associate a session identifier with a unique user. If the browser
does not support cookies, or if cookies are disabled, you can still enable
session tracking using URL rewriting.But if the user goes to a
new page directly
>I need to obtain the ids of all the sessions active at
>any time. I am using Java Web Server.
>The method getIds() returns an empty enumeration even
>when multiple sessions are active.
>Can anybody suggest an alternative?
hi,
sorry i'm a newbie, but i read yesterday in the book "core servlets"
I need to obtain the ids of all the sessions active at
any time. I am using Java Web Server.
The method getIds() returns an empty enumeration even
when multiple sessions are active.
Can anybody suggest an alternative?
Are there any browser or server settings involved?
Please help!
Shitij Rana
A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology.
> Sent: Wednesday, April 11, 2001 10:50 AM
> To: [EMAIL PROTECTED]
> Subject: Re: session tracking problem
>
> Thanks for the suggestion. but in those servlets where I'm arri
Java
> Servlet API Technology.
> Sent: Wednesday, April 11, 2001 10:50 AM
> To: [EMAIL PROTECTED]
> Subject: Re: session tracking problem
>
> Thanks for the suggestion. but in those servlets where I'm arriving thru
> sendRedirect are not giving problem. instead th
SMTP:[EMAIL PROTECTED]]
> Reply To: [EMAIL PROTECTED]
> Sent: Tuesday, April 10, 2001 8:58 PM
> To: [EMAIL PROTECTED]
> Subject: Re: session tracking problem
>
> I guess its because u r using sendRedirect() method.
> I also had the same problem once..but
SMTP:[EMAIL PROTECTED]]
> Reply To: [EMAIL PROTECTED]
> Sent: Tuesday, April 10, 2001 8:58 PM
> To: [EMAIL PROTECTED]
> Subject: Re: session tracking problem
>
> I guess its because u r using sendRedirect() method.
> I also had the same problem once..but
D]]
> Reply To: [EMAIL PROTECTED]
> Sent: Tuesday, April 10, 2001 11:28 PM
> To: [EMAIL PROTECTED]
> Subject: Re: session tracking problem
>
> I guess its because u r using sendRedirect() method.
> I also had the same problem once..but when i removed sendRedi
I guess its because u r using sendRedirect() method.
I also had the same problem once..but when i removed sendRedirect() it
started working fine.
As a suggestion i can tell u to use URL Re-writing for session
tracking..but it also has lot of disadvantages.
Sudarson_Pratihar wrote:
>
>
et. And there I check for
request.isRequestedSessionIdValid(). And to my surprise, I find it false.
The session tracking is based on cookies and the same code is working in
javawebserver2.0. I have made the timeout properties large enough. Can
anybody pls help me? Any suggestion is welcome. Tha
ot;lname");
<%}%>
..Just a thought: I haven't tested this or anything.. :-)
Regards,
Geeta
kal inuganti wrote:
> Hello All,
>
> I have a question about session tracking. I know that I am employing a crude
> technique so please bear with me.
>
> The JSP code is:
Hello All,
I have a question about session tracking. I know that I am employing a crude
technique so please bear with me.
The JSP code is:
<%
String lname ="";
HttpSession ses = request.getSession(true);
if ( ses.isNew() ) {
lname = output of some parse operation;
%>
HTML
ervlet
API Technology. [mailto:[EMAIL PROTECTED]]De la part de Pier
P. Fumagalli
Envoyé : jeudi 15 mars 2001 18:39
À : [EMAIL PROTECTED]
Objet : Re: Session tracking with IE 5.5
Saumont Pierre-Yves <[EMAIL PROTECTED]> wrote:
> The session ID is pushed as a cookie if cookies are accepted by the
b
- Original Message -
From: "Saumont Pierre-Yves" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
[snipped]
> No matter how it is achieved, Java session tracking
> will never work with IE 5.5. This is not really a problem if you are aware
> of it and do yo
> to the server is refered as 'session ID being asked by the client' in the
> servlet documentation. No matter how it is achieved, Java session tracking
> will never work with IE 5.5. This is not really a problem if you are aware
> of it and do your own session tracking. (I use
t' in the
servlet documentation. No matter how it is achieved, Java session tracking
will never work with IE 5.5. This is not really a problem if you are aware
of it and do your own session tracking. (I use identified session tracking
through PathInfo, storing HttpoSession objects in a HashTable
Saumont Pierre-Yves <[EMAIL PROTECTED]> wrote:
> Hi,
>
> being a servlet developper, I try to test every new browser against my
> servlets and to take care of differences in how they react. As part of this
> process, I tested Microsoft Internet Explorer and realized that it will
> never ask for a
Hi,
being a servlet developper, I try to test every new browser against my
servlets and to take care of differences in how they react. As part of this
process, I tested Microsoft Internet Explorer and realized that it will
never ask for a session ID. So I am wandering if anyone had the same
probl
t;
>- Original Message -
>From: "Oscar Pérez" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, February 19, 2001 11:41 AM
>Subject: Re: Problem with session tracking
>
>
> > Hi,
> >
> > The web application is com
lt;[EMAIL PROTECTED]>
Sent: Monday, February 19, 2001 11:41 AM
Subject: Re: Problem with session tracking
> Hi,
>
> The web application is composed of several servlets and only one is supose
> to do as an entry for any authorized user. Once he goes in, I get the user
> data
/don't
>>create if exists one
>>(it is supose to)
>>
>>System.out.println("SesionID:"+sesion.getId()); --> GET
>>NullPointerException
>>
>>
>>This code worked before... I don't know what can have changed.
&
t; <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 19, 2001 10:01 AM
Subject: Re: Problem with session tracking
> Hi Oscar,
>
> Why don't you just use
>
>HttpSession sesion=requ.getSession(true); file://create a new session
if none
>
>
n
>
>
>This code worked before... I don't know what can have changed.
>Summaryzing, in servlet1 is created a session, but when we go to other
>servlet (id. servlet2) ¡there is no session! --> would get
>NullPointerException (...obviolusly).
>
>I've managed this
rked before... I don't know what can have changed.
Summaryzing, in servlet1 is created a session, but when we go to other
servlet (id. servlet2) ¡there is no session! --> would get
NullPointerException (...obviolusly).
I've managed this session tracking issue before without problems, but no
aryzing, in servlet1 is created a session, but when we go to other
servlet (id. servlet2) ¡there is no session! --> would get
NullPointerException (...obviolusly).
I've managed this session tracking issue before without problems, but now,
it doesn't work.
The problem it's not caused
d only be a solution for
when cookies are used to pass the sessionid, not when it's done via
URL Rewriting.
> - Original Message -
> From: "Mark Galbreath" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, December 11, 2000 12:25 PM
&g
From: "Mark Galbreath" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 11, 2000 12:25 PM
Subject: Re: Session tracking
> Well, that's not entirely true. He could use a database to keep a session
> "alive" for a period of time and use eit
good
idea depends on the situation, and should be evaluated.
> - Original Message -
> From: "Srikanth Rao" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, December 11, 2000 9:48 AM
> Subject: Session tracking
>
>
> > Hi A
ay, December 11, 2000 12:12 PM
To: [EMAIL PROTECTED]
Subject: Re: Session tracking
No.
Sessions represent a live user to the server. Once the user is gone the
session dies out.
- Original Message -
From: "Srikanth Rao" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Se
No.
Sessions represent a live user to the server. Once the user is gone the
session dies out.
- Original Message -
From: "Srikanth Rao" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 11, 2000 9:48 AM
Subject: Session tracking
> Hi A
Hi All,
I have a question regarding maintaining of sessions.
I don't what my session to expire even if i close my
browser window. I mean that i what my session to exist
for a certain period of time like say 8 hours
irrespective of whether i close my browser window or
not?
I know that i can do it
This will only work if the client has allowed cookies. If cookies are not
allowed then this setup will fail.
- Original Message -
From: Bartsch Axel
To: [EMAIL PROTECTED]
Sent: Monday, December 04, 2000 6:02 PM
Subject: Re: Session tracking
Hi,
Here how I implemented the session
rtsch Axel
Sent: Monday, December 04, 2000 1:33 PM
To: [EMAIL PROTECTED]
Subject: Re: Session tracking
Hi,
Here how I implemented the session tracking using cookies.
I use the following code after a successfull login was performed by the
user:
HttpSession session=request.getSession(true); // get
Hi,
Here how I implemented the session tracking using cookies.
I use the following code after a successfull login was performed by the user:
HttpSession session=request.getSession(true); // get a new session if not already
existing
// the sessionId is stored in a cookie in my case
rthikeyan" <[EMAIL PROTECTED]>
>Reply-To: "A mailing list for discussion about Sun Microsystem's Java
>Servlet API Technology." <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Session tracking
>Date: Fri, 1 Dec 2000 15:52:15 +0100
>
>H
"A.R.Karthikeyan" wrote:
> Hi everybody,
> How can I maintain a session for a user who has logged in from the home
> page , across multiple HTML pages(links) generated by multiple servlet
> programmes?
> The very first page of the site is a login page and all the subsequent pages
> can be access
Hi everybody,
How can I maintain a session for a user who has logged in from the home
page , across multiple HTML pages(links) generated by multiple servlet
programmes?
The very first page of the site is a login page and all the subsequent pages
can be accessed only if the login is right.
Once a
When you call "session.invalidate();" it sets the session object to null and
unbinds all related objects. Give it a try.
___
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERV
>
> Hope someone on the list doesn't mind re-answering this question: I know
> you can disable cookies, but can a client browser disable session tracking
> itself? Or is it that if the client turns off cookies, you cannot
implement
> session tracking at all?
Yes session
hi,
since session tracking is done at server side and not at client
side, session tracking
cannot be disabled by client. yes you can implement session tracking
by URLbased method.
regards
guru
Gurumoorthy R.
Cisco
On Sun, 5 Nov 2000, Shital Kanitkar wrote:
> Hello all,
>
> I remember a discussion recently about managing session tracking
> despite the client browser disabling cookies. Tried to find the
> relevant thread, but could not do so (searched on "session
> tracking").
Hello all,
I remember a discussion recently about managing session tracking despite the
client browser disabling cookies. Tried to find the relevant thread, but
could not do so (searched on "session tracking").
Hope someone on the list doesn't mind re-answering this question:
Sorry for the error. checkError() is a method of
PrintWriter, not of response. Thanks for the
correction.
Girish
--- "Christopher K. St. John" <[EMAIL PROTECTED]>
wrote:
> girish mokashi wrote:
> >
> > There is a method that can be used to detect
> whether
> > the client has closed teh browser or
girish mokashi wrote:
>
> There is a method that can be used to detect whether
> the client has closed teh browser or pressed the stop
> or forward or back button.
> ...
> This is 100% reliable & works all the time.
>
Are you asking or telling :-)?
If you're asking, then the answer, as mention
There is a method that can be used to detect whether
the client has closed teh browser or pressed the stop
or forward or back button.
The response interface has a method called
checkError(). When the servlet tries to write to the
response stream, there's no client at the other
end,(assuming that t
To 'close' a session try using HttpSession.invalidate()
Hope this helps.
> -Original Message-
> From: Gokul Singh [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 31, 2000 9:34 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Session tracking
>
>
> &g
On Tue, 31 Oct 2000, Gokul Singh wrote:
> > The problem is:
>
> > -Closing my internet explorer(don't know)
>
> If you are using the cookies or URL rewriting for maintaining
> session, then closing the IE will automatically do it for you.
[ ... ]
This may not be sufficient, depending on the exa
> The problem is:
> -Closing my internet explorer(don't know)
If you are using the cookies or URL rewriting for maintaining session, then
closing the IE will automatically do it for you.
> -Selecting a new internet address in my internet explorer's edit
> address(don't know).
I think this w
Hi all!
i'm a new user of servlet and i'll like to know how could i close an
opened session. The problem is:
-I can close the current session by loguot the user in the page menu. i
know how.
-Closing my internet explorer(don't know)
-Selecting a new internet address in my internet explorer's
ber 15, 2000 8:03 AM
> To: [EMAIL PROTECTED]
> Subject: Session Tracking API problem!!
>
>
> Hello everybody! I'm learning Java Servlet by myself so I don't
> have much experience.
> I used "Session Tracking API" method to save my web pages
> infomations in
g list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]For Duong Tung Lam
> Skickat: den 15 oktober 2000 17:03
> Till: [EMAIL PROTECTED]
> Amne: Session Tracking API problem!!
>
>
> Hello everybody! I'm learning Java
Check out the removeValue(java.lang.String name) method of HttpSession.
- Original Message -
From: Duong Tung Lam <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 15, 2000 9:03 AM
Subject: Session Tracking API problem!!
> Hello everybody! I'm lear
Hello everybody! I'm learning Java Servlet by myself so I don't have much experience.
I used "Session Tracking API" method to save my web pages infomations into server
memory.
But, unlike COOKIES, I cannot remove a NAME (only one) from HttpSession. When I used
HttpSessi
Message-
From: Kevin Mukhar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 2:17 PM
To: [EMAIL PROTECTED]
Subject: Re: Netscape and session tracking
Dennis Sasinka wrote:
>
> - Cookies are not manually implemented.
> - Cookies are enabled on all browsers used.
I am surprised
Dennis Sasinka wrote:
>
> - Cookies are not manually implemented.
> - Cookies are enabled on all browsers used.
I am surprised that this works at all then. When an applet makes a
network connection to a server, the browser does not send any cookie
information. If the applet makes a connection to
thanks for everyones input,
dennis
-Original Message-
From: Christopher K. St. John [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 11:45 AM
To: [EMAIL PROTECTED]
Subject: Re: Netscape and session tracking
Dennis Sasinka wrote:
>
> This works like a gem using IE 5.5. Bring it
Dennis Sasinka wrote:
>
> This works like a gem using IE 5.5. Bring it up with Netscape 4.75 and the
> session is returned null.
>
Take this all with a grain of salt, but some random
thoughts:
- Your applet does nothing at all to explicitly handle
sessions? You aren't saving cookies off so
Hi Dennis,
I may be completly wrong because I am just starting with JSP, but here is
what I think (and I think this is in phase with what Mukhar is trying to
explain):
Your applet is trying to access a session object.
As far as I know, the applet is on the client browser.
The session object in o
Dennis Sasinka wrote:
>
> I am not following you Mukhar. The session id is being saved, atleast when
> run with IE, because I have been able to retrieve it at the servlet level.
> I can retrieve the saved session with IE but Netscape returns null. So,
> Netscape either does not let me save the s
he directory structure and
placement of my servlet classes under Tomcat 3.1???
dennis
-Original Message-
From: Kevin Mukhar [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 6:51 PM
To: [EMAIL PROTECTED]
Subject: Re: Netscape and session tracking
Dennis Sasinka wrote:
>
> I
The documentation for the
java-plugin 1.3 implies that it
does this correctly, on both
browsers, except in the case where
the session is created by the applet.
So if you use the plugin and create
the session in a plain html page
you should be ok.
We are still experimenting with this,
has anyone g
Dennis Sasinka wrote:
>
> I have an applet that stores an attribute using
> "session.setAttribute("name", value)" and then calls several servlets.
>
When you say the applet calls session.setAttribute(),
do you really mean that the applet code is calling
that method? Or do you mean that the apple
er, and returning the
session id when it next connects to the server. Information on session
tracking is in the archives.
You can also look at the example here: http://pages.about.com/kmukhar. I
wrote the example more to show applet-servlet communication, but the
applet code shows an applet sending a
I have looked through the archive and seen similar questions but no clear
answers.
I have an applet that stores an attribute using
"session.setAttribute("name", value)" and then calls several servlets. When
calling the servlets, any attempt to retrieve the session using
"request.getSession(false
Hi,
I remember people from BEA saying that u don't need to do anything special
to do Session tracking in a Weblogic Cluster. Weblogic takes care of that
for u.
Sajan Thomas.
[EMAIL PROTECTED]
mobile : 98450-61739
-Original Message-
From: A mailing list for discussion abou
Folks,
Does anyone know of any papers that describe the proper way to do session tracking in
a weblogic cluster?
Or does have to use JNDI?
- steveb
___
To unsubscribe, send email to [EMAIL PROTECTED] and include in the
crosystem's Java
>Servlet API Technology." <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Session Tracking setAttribute()/getAttribute() methods
>Date: Mon, 4 Sep 2000 12:38:51 +0530
>
>Hi All :
>
>Instead of using HttpSession's putValue()/getV
IMHO they work only with servlet2.2 compliant containers. Is your version of
JRun 2.2 compliant? Tomcat is.
Regards - George
Sujoy wrote:
> Hi All :
>
> Instead of using HttpSession's putValue()/getValue() (as they are
> deprecated)
> methods , I am using setAttribute()/getAttribute() methods .
Hi All :
Instead of using HttpSession's putValue()/getValue() (as they are
deprecated)
methods , I am using setAttribute()/getAttribute() methods . By using these
neither I am getting
any errors nor getting any results . I am using JRun . Can anybody please
tell me what's wrong
with setAttribute(
1 - 100 of 283 matches
Mail list logo