Re: Session Tracking and multiple contexts

2002-04-12 Thread Nic Ferrier
"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

Re: Session Tracking and multiple contexts

2002-04-12 Thread Chen, Gin
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 &

Re: Session Tracking and multiple contexts

2002-04-12 Thread Nic Ferrier
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

Re: Session Tracking and multiple contexts

2002-04-12 Thread Venkitachalam, Sankar
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

Re: Session Tracking and multiple contexts

2002-04-11 Thread Jojo Joseph
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

Session Tracking and multiple contexts

2002-04-11 Thread Sankar Venkitachalam
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

Re: Session tracking API

2002-04-10 Thread Michael Creed
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

Re: Session tracking API

2002-04-10 Thread Raghupathy, Gurumoorthy
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

Re: Session tracking API

2002-04-10 Thread Kumar Sameer
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

2002-04-10 Thread Kumar Sameer
: 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

Re: Session tracking API

2002-04-10 Thread Tony LaPaso
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

Re: Session tracking API

2002-04-09 Thread Chen, Gin
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

Re: Session tracking API

2002-04-09 Thread Daniel Wink
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

Re: Session tracking API

2002-04-09 Thread Chen, Gin
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

Session tracking API

2002-04-09 Thread Kumar Sameer
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

SSL Session tracking

2002-01-04 Thread Yuriy Stepovoy
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

Re: Session Tracking

2001-12-27 Thread Christopher K. St. John
"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

Session Tracking

2001-12-27 Thread Sabari Arasu (CTC)
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

Re: Session tracking + ResultSet

2001-10-21 Thread Daniel Cabrera Solana
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

Re: Session tracking + ResultSet

2001-10-19 Thread ARPON Martín TECSIS
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

Re: Session tracking + ResultSet

2001-10-19 Thread T.A. Flores
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

Re: Session tracking + ResultSet

2001-10-19 Thread Daniel Cabrera Solana
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

Re: Session tracking + ResultSet

2001-10-19 Thread Raghupathy, Gurumoorthy
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("

Session tracking + ResultSet

2001-10-19 Thread Daniel Cabrera Solana
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

Re: Applet Servlet Session Tracking

2001-10-09 Thread Kinjal Dixit
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

Re: Applet Servlet Session Tracking

2001-10-08 Thread Marco Trevisan
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

Re: Applet Servlet Session Tracking

2001-10-08 Thread Kinjal Dixit
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

Re: Applet Servlet Session Tracking

2001-10-08 Thread Raghupathy, Gurumoorthy
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

Applet Servlet Session Tracking

2001-10-08 Thread Hugo Malheiro
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

Session Tracking across VMs

2001-09-03 Thread steve buonincontri
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

Re: SESSION TRACKING WHEN COOKIES ARE DISABLED

2001-08-23 Thread Binek Rafal
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

SESSION TRACKING WHEN COOKIES ARE DISABLED

2001-08-22 Thread rajesh nair
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

AW: Help! :: Session Tracking

2001-05-27 Thread Stefan Groschupf
>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"

Help! :: Session Tracking

2001-05-26 Thread Shitij Rana
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

Re: session tracking problem

2001-04-11 Thread Sudarson_Pratihar
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

Re: session tracking problem

2001-04-11 Thread Sudarson_Pratihar
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

Reply of:RE: session tracking problem

2001-04-10 Thread Sudarson_Pratihar
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

Re: session tracking problem

2001-04-10 Thread Sudarson_Pratihar
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

Re: session tracking problem

2001-04-10 Thread Low Yoke Tien (Randy) (Central)
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

Re: session tracking problem

2001-04-10 Thread bino
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: > >

session tracking problem

2001-04-10 Thread Sudarson_Pratihar
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

Re: SESSION TRACKING

2001-03-28 Thread Geeta Ramani
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:

SESSION TRACKING

2001-03-28 Thread kal inuganti
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

Re: Session tracking with IE 5.5

2001-03-16 Thread Saumont Pierre-Yves
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

Re: Session tracking with IE 5.5

2001-03-15 Thread Gokul Singh
- 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

Re: Session tracking with IE 5.5

2001-03-15 Thread Pier P. Fumagalli
> 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

Re: Session tracking with IE 5.5

2001-03-15 Thread Saumont Pierre-Yves
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

Re: Session tracking with IE 5.5

2001-03-15 Thread Pier P. Fumagalli
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

Session tracking with IE 5.5

2001-03-14 Thread Saumont Pierre-Yves
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

Re: Problem with session tracking

2001-02-19 Thread Oscar Pérez
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

Re: Problem with session tracking

2001-02-19 Thread Andras Balogh
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

Re: Problem with session tracking

2001-02-19 Thread Oscar Pérez
/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. &

Re: Problem with session tracking

2001-02-19 Thread Alexander Chinarjev
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 > >

Re: Problem with session tracking

2001-02-19 Thread Victor Torres II
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

Problem with session tracking

2001-02-18 Thread Oscar Pérez
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

session tracking

2001-02-16 Thread Oscar Pérez
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

Re: Session tracking

2000-12-11 Thread Milt Epstein
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

Re: Session tracking

2000-12-11 Thread Gunjan Doshi
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

Re: Session tracking

2000-12-11 Thread Milt Epstein
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

Re: Session tracking

2000-12-11 Thread Mark Galbreath
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

Re: Session tracking

2000-12-11 Thread Gunjan Doshi
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

Session tracking

2000-12-11 Thread Srikanth Rao
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

Re: Session tracking

2000-12-04 Thread Raj Kumar Jha
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

Re: Session tracking

2000-12-04 Thread A.R.Karthikeyan
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

Re: Session tracking

2000-12-04 Thread Bartsch Axel
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

Re: Session tracking

2000-12-04 Thread v.l.saranyan v.l.saranyan
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

Re: Session tracking

2000-12-01 Thread Bo Xu
"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

Session tracking

2000-12-01 Thread A.R.Karthikeyan
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

Re: Session tracking

2000-11-16 Thread Jason Goungo
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

Re: Session tracking

2000-11-06 Thread Gokul Singh
> > 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

Re: Session tracking

2000-11-05 Thread R.Gurumoorthy
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

Re: Session tracking

2000-11-05 Thread Milt Epstein
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").

Session tracking

2000-11-05 Thread Shital Kanitkar
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:

Re: Session tracking

2000-11-04 Thread girish mokashi
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

Re: Session tracking

2000-11-03 Thread Christopher K. St. John
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

Re: Session tracking

2000-11-03 Thread girish mokashi
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

Re: Session tracking

2000-10-31 Thread John Bateman
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

Re: Session tracking

2000-10-31 Thread Milt Epstein
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

Re: Session tracking

2000-10-31 Thread Gokul Singh
> 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

Session tracking

2000-10-31 Thread Romel Calero Ramos
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

Re: Session Tracking API problem!!

2000-10-15 Thread Robert Nicholson
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

SV: Session Tracking API problem!!

2000-10-15 Thread Matthias Carlsson
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

Re: Session Tracking API problem!!

2000-10-15 Thread Doug Turner
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

Session Tracking API problem!!

2000-10-15 Thread Duong Tung Lam
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

RE: Netscape and session tracking

2000-10-11 Thread Dennis Sasinka
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

Re: Netscape and session tracking

2000-10-10 Thread Kevin Mukhar
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

Re: Netscape and session tracking

2000-10-10 Thread Dennis Sasinka
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

Re: Netscape and session tracking

2000-10-10 Thread Christopher K. St. John
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

RE: Netscape and session tracking

2000-10-10 Thread Fabro, Loic
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

Re: Netscape and session tracking

2000-10-10 Thread Kevin Mukhar
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

RE: Netscape and session tracking

2000-10-10 Thread Dennis Sasinka
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

Re: Netscape and session tracking

2000-10-10 Thread Tim Panton-Westhawk Ltd
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

Re: Netscape and session tracking

2000-10-09 Thread Christopher K. St. John
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

Re: Netscape and session tracking

2000-10-09 Thread Kevin Mukhar
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

Netscape and session tracking

2000-10-09 Thread Dennis Sasinka
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

Re: ### SESSION TRACKING in a Weblogic Cluster

2000-09-25 Thread Sajan Thomas
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

### SESSION TRACKING in a Weblogic Cluster

2000-09-24 Thread steve buonincontri
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

Re: Session Tracking setAttribute()/getAttribute() methods

2000-09-04 Thread darien baptiste
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

Re: Session Tracking setAttribute()/getAttribute() methods

2000-09-04 Thread George I Matkovits
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 .

Session Tracking setAttribute()/getAttribute() methods

2000-09-04 Thread Sujoy
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   2   3   >