Internet Explorer Session Problem

2005-04-27 Thread vicente . couto
Hi all, I'm doing a very simple tomcat application and I validate the session with a token. It´s working good, but only with others browsers; with internet explorer I got loosing the session everytime. Does anyone know what can I do? I really don´t know. Thanks a lot! Atentamente, Vicente

RE: SESSION PROBLEM in UNIX

2004-04-23 Thread MUKUND Premchander
variable becoming null..any specific settings that I need to check ? -Original Message- From: MUKUND Premchander [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 12:23 PM To: Tomcat Users List Subject: RE: SESSION PROBLEM in UNIX Hi, Thank you for your inputs. I couldn't implement

RE: SESSION PROBLEM in UNIX

2004-04-23 Thread Yansheng Lin
message. -Yan -Original Message- From: MUKUND Premchander [mailto:[EMAIL PROTECTED] Sent: April 23, 2004 04:49 To: Tomcat Users List Subject: RE: SESSION PROBLEM in UNIX HI , Any suggestions on the problem reported below .I would like to add another point that this works perfectly in Linux

RE: SESSION PROBLEM in UNIX

2004-04-23 Thread Yansheng Lin
Forgot to include the line: request.getSession.invalidate(); should be sufficient, I hope. -Yan -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: April 23, 2004 10:08 To: 'Tomcat Users List' Subject: RE: SESSION PROBLEM in UNIX Hi Good. You are making progress

Help Please : Session problem with multiple Tomcats

2004-04-23 Thread tschroeck
Can anyone assist on this one? Does Tomcat have the ability to name the session cookie differently ( like BEA Weblogic does )? We are running multiple Tomcat servers with multiple JVM's and ports. Everything works fine except for the sessions. When using one browser (IE) and I flip back an

RE: Help Please : Session problem with multiple Tomcats

2004-04-23 Thread Berry, Layton
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 2:52 PM To: Tomcat Users List Subject: Help Please : Session problem with multiple Tomcats Can anyone assist on this one? Does Tomcat have the ability to name the session cookie differently ( like BEA Weblogic does

RE: Help Please : Session problem with multiple Tomcats

2004-04-23 Thread Jacob Kjome
process. Jake -Layton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 2:52 PM To: Tomcat Users List Subject: Help Please : Session problem with multiple Tomcats Can anyone assist on this one? Does Tomcat have the ability to name

Session problem with multiple Tomcats

2004-04-22 Thread tschroeck
We are running multiple Tomcat servers with multiple JVM's and ports. Everything works fine except for the sessions. When using one browser (IE) and I flip back an forth between the two sites ( on the two ports ), the sessions are lost. How does Tomcat's session logic work? Is there a way to

RE: SESSION PROBLEM in UNIX

2004-04-21 Thread MUKUND Premchander
, 2004 7:53 PM To: Tomcat Users List Subject: Re: SESSION PROBLEM in UNIX MUKUND Premchander wrote: I am using tomcat 3.2 not tomcat 4.0 hence as per your suggestion I did try and implement HttpSessionBindingListener and put the object into the session in the same jsp , the valueBound

RE: SESSION PROBLEM in UNIX

2004-04-20 Thread MUKUND Premchander
Subject: Re: SESSION PROBLEM in UNIX MUKUND Premchander wrote: Thank you for your reply . I use IE 6 as my browser in windows and tomcat on HP unix. I meant that ,all I did was open a browser window load my application, goto a particular page Set page to refresh for every 10 secs

Re: SESSION PROBLEM in UNIX

2004-04-20 Thread Veniamin Fichin
MUKUND Premchander wrote: I am using tomcat 3.2 not tomcat 4.0 hence as per your suggestion I did try and implement HttpSessionBindingListener and put the object into the session in the same jsp , the valueBound was called but when the session access threw null pointer exception valueUnbound

RE: SESSION PROBLEM in UNIX

2004-04-15 Thread Martin Alley
Subject: RE: SESSION PROBLEM in UNIX hi, Thank you for your reply and suggestion . I have only one user and one browser window and I get this problem . I also like to mention that in the starting of the JSP if I added a line of code like session = request.getSession(false), then I don't get

RE: SESSION PROBLEM in UNIX

2004-04-15 Thread MUKUND Premchander
Users List' Subject: RE: SESSION PROBLEM in UNIX Do you know how the session is being tracked in the browser? Cookie, url? Are you saying you use the same browser in each case? Can you log the http traffic? Martin -Original Message- From: MUKUND Premchander [mailto:[EMAIL PROTECTED

Re: SESSION PROBLEM in UNIX

2004-04-15 Thread Veniamin Fichin
MUKUND Premchander wrote: Thank you for your reply . I use IE 6 as my browser in windows and tomcat on HP unix. I meant that ,all I did was open a browser window load my application, goto a particular page Set page to refresh for every 10 secs( application had a combo box to set interval of

SESSION PROBLEM in UNIX

2004-04-14 Thread MUKUND Premchander
Hi, I have a jsp page which is refreshed atuomatically every 10 seconds.I get and put values in the session by using the implicit session variable . Everything works fine for say 2-3 mins after that the implicit session becomes null and throws a null pointer exception. I get a null pointer

RE: SESSION PROBLEM in UNIX

2004-04-14 Thread Yansheng Lin
Premchander [mailto:[EMAIL PROTECTED] Sent: April 14, 2004 07:41 To: Tomcat Users List Subject: SESSION PROBLEM in UNIX Hi, I have a jsp page which is refreshed atuomatically every 10 seconds.I get and put values in the session by using the implicit session variable . Everything works fine

RE: SESSION PROBLEM in UNIX

2004-04-14 Thread MUKUND Premchander
PROTECTED] Sent: Thursday, April 15, 2004 2:24 AM To: 'Tomcat Users List' Subject: RE: SESSION PROBLEM in UNIX Hi, How about implementing HttpSessionListener so that you know when your session is getting created and destroyed? Also do you have multiple users running the same jsp? If you do, you

JK2: Sticky session problem

2004-01-28 Thread jmorace
Hi, I was having a problems with my sessions not sticking to the correct web server in a load balanced cluster. If I set tomcatId/jvmRoute to a value that does not contain a period, the problem goes away. I'm using Apache 2.0.47 with JK 2.0.2. Has anyone else seend this? Is this a known bug?

Session problem?JDBCRealm: Invalid direct reference to form login page

2003-12-13 Thread Daniel Germain
I'm trying to use the JDCBRealm from Tomcat 4.1.27 with an enhydra 5.0 application servlet and got the following problem Invalid direct reference to form login page which seem to be related to the session management. From what I understand, a session is first created (by enhydra SessionMgr) when

Re: https -- http session problem

2003-11-19 Thread Adam Hardy
On 11/19/2003 03:58 AM Henrik Bentel wrote: Had an application which had 3 different types of users: One group should be authenticated using https only to protect password, then switch to http, but sometimes switch back to https again. This is my main requirement. Ideally what I would like to

Re: https -- http session problem

2003-11-18 Thread Harry Mantheakis
Hello On 11/17/2003 06:32 AM Andrew Mottaz wrote: Option 1 is unacceptable -- the overhead of having all of these connections encrypted is not a viable option. What are the 'overheads' in using SSL? How much harder does the server have to work, and - in practice - what sort of performance

Re: https -- http session problem

2003-11-18 Thread Adam Hardy
On 11/18/2003 07:45 AM Bill Barker wrote: You'll have to go back at least two years to get the tomcat-dev discussion ;-). I had another search for it but can't find anything. Ploughing thro the whole list of threads doesn't fit in my schedule unfortunately. I guess I'm just going to have sit on

Re: https -- http session problem

2003-11-18 Thread Christopher Schultz
Harry, Option 1 is unacceptable -- the overhead of having all of these connections encrypted is not a viable option. What are the 'overheads' in using SSL? How much harder does the server have to work, and - in practice - what sort of performance impact does this have? I don't have any numbers,

Re: https -- http session problem

2003-11-18 Thread Harry Mantheakis
Hello Chris Thank you so much for the feed-back. It is a very useful insight, and much appreciated! Kind regards Harry Mantheakis London, UK Harry, Option 1 is unacceptable -- the overhead of having all of these connections encrypted is not a viable option. What are the 'overheads' in

Re: https -- http session problem

2003-11-18 Thread Henrik Bentel
I ran into this issue about 2 years ago and posted the same question. Had an application which had 3 different types of users: One group should be authenticated using https only to protect password, then switch to http, but sometimes switch back to https again. Other group should be

Re: https -- http session problem

2003-11-17 Thread Adam Hardy
On 11/17/2003 06:32 AM Andrew Mottaz wrote: http://nagoya.apache.org/bugzilla. However, there aren't very many developers who like the idea of allowing you to hang yourself :). Thanks much for the tip -- I have to disagree about this not being a necessary change. There are plenty of apps where

RE: https -- http session problem

2003-11-17 Thread Andy Eastham
: 17 November 2003 05:32 To: Tomcat Users List Subject: Re: https -- http session problem http://nagoya.apache.org/bugzilla. However, there aren't very many developers who like the idea of allowing you to hang yourself :). Thanks much for the tip -- I have to disagree about this not being

Re: https -- http session problem

2003-11-17 Thread Andrew Mottaz
On 11/17/2003 06:32 AM Andrew Mottaz wrote: http://nagoya.apache.org/bugzilla. However, there aren't very many developers who like the idea of allowing you to hang yourself :). Thanks much for the tip -- I have to disagree about this not being a necessary change. There are plenty of apps

Re: https -- http session problem

2003-11-17 Thread Adam Hardy
On 11/17/2003 05:15 PM Andrew Mottaz wrote: Also, as far as I can see, the java community has decided that once you start a secure session, you should stay in a secure session, for various security reasons. Are you doing a secure login and then redirecting back to http afterwards? Imagine the

Re: https -- http session problem

2003-11-17 Thread Kevin Williams
I read this post and have a question...and maybe I'm not understanding https correctly, but why is your login PAGE secure? I wouldn't care if someone sees an empty page with a prompt for the username and password. The post should be secure though... In other words... can't you have a page

Re: https -- http session problem

2003-11-17 Thread Andrew Mottaz
You are correct -- it is a user perception issue -- that makes my argument a bit less persuasive -- but -- I still say give the developer control. Andrew I read this post and have a question...and maybe I'm not understanding https correctly, but why is your login PAGE secure? I wouldn't care

Re: https -- http session problem

2003-11-17 Thread Adam Hardy
On 11/17/2003 11:58 PM Kevin Williams wrote: I read this post and have a question...and maybe I'm not understanding https correctly, but why is your login PAGE secure? I wouldn't care if someone sees an empty page with a prompt for the username and password. The post should be secure though...

Re: https -- http session problem

2003-11-17 Thread Bill Barker
Adam Hardy [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 11/17/2003 05:15 PM Andrew Mottaz wrote: Also, as far as I can see, the java community has decided that once you start a secure session, you should stay in a secure session, for various security reasons. Are you doing a

Re: https -- http session problem

2003-11-16 Thread Andrew Mottaz
Why is this the case, and where does one put in an enhancement request? I can see the argument for wanting the OPTION of forcing secure connections or losing your session, but to not even have the option of having the session cookie be insecure doesn't make much sense. I understand the potential

Re: https -- http session problem

2003-11-16 Thread Bill Barker
Andrew Mottaz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Why is this the case, and where does one put in an enhancement request? I can see the argument for wanting the OPTION of forcing secure connections or losing your session, but to not even have the option of having the

Re: https -- http session problem

2003-11-16 Thread Andrew Mottaz
http://nagoya.apache.org/bugzilla. However, there aren't very many developers who like the idea of allowing you to hang yourself :). Thanks much for the tip -- I have to disagree about this not being a necessary change. There are plenty of apps where people browse without a secure

Re: https -- http session problem

2003-11-15 Thread Bill Barker
Andrew Mottaz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've run into the problem where a session cookie gets lost when you start on http and move to https. The reason seems to be that 'secure=true' is set on the session cookie when you start on https, preventing the cookie

https -- http session problem

2003-11-14 Thread Andrew Mottaz
I've run into the problem where a session cookie gets lost when you start on http and move to https. The reason seems to be that 'secure=true' is set on the session cookie when you start on https, preventing the cookie from being passed to the http page. I found the following in the archives:

4.1.27 Session problem on Solaris

2003-10-28 Thread Jeff Tulley
We are seeing an issue that has the same symptoms as if I were trying to do load balancing but not getting sticky sessions -namely that our application every once in a while starts thinking that the session is not authenticated and prompts on every other request for a login. The difference here is

Netscape Session problem

2003-08-28 Thread Philipp Leusmann
Hi, in my Application I am running into trouble with getting the same session for http- and https-pages. I am using a security-constraint for some pages to use a https connection. But when the user gets a session on a http-page he doesn´t get the same session on a https-page. At least in

Re: Netscape Session problem

2003-08-28 Thread Tim Funk
In summary: (So i got it right) You are going from http--https and wish to retain the session in the transition. With IE , Opera and Mozilla 1.4 - ALL OK Older Moz, and Netscape 7(and less) - a new session is made. (Not ok?) If thats the case I have no clue but a workaround is to ditch the

Session ... Problem

2003-07-01 Thread Puneet Sachar
Kindly tell me the disadvantages of using session variables in any application.. Right now i'm working on psp. What are the points one should take care of when creating the session variables how much the value it can hold and how many session variable i can have taking all the parameters of

RE: Session ... Problem

2003-07-01 Thread Shapira, Yoav
. Yoav Shapira Millennium ChemInformatics -Original Message- From: Puneet Sachar [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 5:37 AM To: Tomcat Users List Subject: Session ... Problem Kindly tell me the disadvantages of using session variables in any application.. Right now i'm

Re: mail/Session problem please help

2003-06-10 Thread Patricio Keilty
Check the resource reference in your application web.xml, it should look like: resource-ref description javax.mail.Session Factory Resource reference. /description res-ref-name mail-Session /res-ref-name res-type javax.mail.Session /res-type res-auth Container

Re: mail/Session problem please help

2003-06-06 Thread Ayhan Peker
At 13:19 05/06/03 +0100, you wrote: Hi all I am trying to use mail/Session resource as a global resource and it is not working!! I got stuck. Please help my server.xml is like GlobalNamingResources ResourceParams name=mail/Session parameter

mail/Session problem

2003-06-05 Thread Ayhan Peker
Hi all I am trying to use mail/Session resource as a global resource my server.xml is like GlobalNamingResources ResourceParams name=mail/Session parameter namemail.smtp.host/name valuebabel.image-data.com/value

Re: Invalidate Session Problem

2002-12-17 Thread afterz
as I understand it, doesn't store it that way. It gets stored in a header, and in the browser. Mike - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 16, 2002 12:58 PM Subject: Invalidate Session Problem Hello, I want to thanks the help

Re: Invalidate Session Problem

2002-12-17 Thread Mike W-M
Subject: Re: Invalidate Session Problem I read your text many times but couldn't get to a conclusion. So, isn't there a way to force a logout and let the user authenticate again? At least with BASIC. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

Invalidate Session Problem

2002-12-16 Thread afterz
Hello, I want to thanks the help for the other problem and ask another thing. It is about invalidating a session. While I was using the FORM to log into the apps I was able to invalidate my session, but now I am using the BASIC and it is not working. I read in some places that it may be a

session problem with mod_jk

2002-12-05 Thread Matthias Erche
Hi all, We have 2 webapps running in this environment: - Win2k - Tomcat 4.0.4 - Apache 1.3.26 - mod_jk (version ?) - all on the same server What we want to have (only with IE): - login to first webapp per ssl - open new browser window so that it have the same session - typing the url of the

Re: session problem with mod_jk

2002-12-05 Thread Tim Funk
The session cookie is probably NOT being propogated in IE's new window. If that is the case, then you need to add the session id to the url. (Via response.encodeURL( ... ) or response.encodeRedirectURL( ... )) Matthias Erche wrote: Hi all, We have 2 webapps running in this environment: -

Re: session problem with mod_jk

2002-12-05 Thread Matthias Erche
Hi Tim, thanks for your answer. The session cookie is probably NOT being propogated in IE's new window. If that is the case, then you need to add the session id to the url. (Via response.encodeURL( ... ) or response.encodeRedirectURL( ... )) That is not possible I think. I have to type in

Re: session problem with mod_jk

2002-12-05 Thread Matthias Erche
Hi Tom, Am Donnerstag, 5. Dezember 2002 13:44 schrieb Tim Funk: The session cookie is probably NOT being propogated in IE's new window. The cookie is being propagated. But it has a different content than this one that we get when using the warp connector. Why? -- To unsubscribe, e-mail:

RE: session problem with mod_jk

2002-12-05 Thread Price, Erik
-Original Message- From: Matthias Erche [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 7:34 AM To: [EMAIL PROTECTED] Subject: session problem with mod_jk [...] What we want to have (only with IE): - login to first webapp per ssl - open new browser window so

LoadBalancing with session problem

2002-10-10 Thread Edmond Wong
Hi all, I'm new to loadbalancing with apache and tomcat. I setting up the 2 apache and 4 tomcat for loadbalancing environment. I experience that during some heavy workload. The request will be forward to the wrong tomcat instance even the worker name are appended to the sessionId

RE: LoadBalancing with session problem

2002-10-10 Thread Michael Schulz
of the worker as defined in workers.properties (worker.list). -Mike -Original Message- From: Edmond Wong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 9:35 PM To: [EMAIL PROTECTED] Subject: LoadBalancing with session problem Hi all, I'm new to loadbalancing with apache

session problem

2002-09-06 Thread nuthankumar
dear sir/madam Sub:problem with session In tomcat3.3.1 i have Hosting of www.nut.com,www.han.com, etc,.,Jsp pages are different for both,but the servlet are common for all other hosting . i,e way i keept all the servlet in root directory.i,e webinf/classes. Calling of servlet throug jsp is

RE: session problem

2002-09-06 Thread Vincent . Gaboriau
: vendredi 6 septembre 2002 06:58 A : [EMAIL PROTECTED] Objet : session problem dear sir/madam Sub:problem with session In tomcat3.3.1 i have Hosting of www.nut.com,www.han.com, etc,.,Jsp pages are different for both,but the servlet are common for all other hosting . i,e way i keept all

SSL Session x Non SSL Session Problem

2002-08-08 Thread Jose Francisco Junior
Please, Does anybody know anything about the problem below !!! I can't share an session object that was instatiated on a SSL connection with a NON SSL connection. I am trying to authenticate users using a SSL connection and after the authentication I forward the request to an Non-SSL

Re: SSL Session x Non SSL Session Problem

2002-08-08 Thread Craig R. McClanahan
On Thu, 8 Aug 2002, Jose Francisco Junior wrote: Date: Thu, 08 Aug 2002 15:39:16 -0400 From: Jose Francisco Junior [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: SSL Session x Non SSL Session Problem Please, Does

Re: SSL Session x Non SSL Session Problem

2002-08-08 Thread Jean-francois Arcand
Jose Francisco Junior wrote: Please, Does anybody know anything about the problem below !!! I can't share an session object that was instatiated on a SSL connection with a NON SSL connection. I am trying to authenticate users using a SSL connection and after the authentication I forward

Session problem part II

2002-05-28 Thread Scott C Strecker
I was able to get ride of the one ServerCookie error and now have moved on to the next error :-). Any suggestions would be appreciated. The code is attached below. The error is given as Starting service Tomcat-Standalone Apache Tomcat/4.0.3 Starting service Tomcat-Apache Apache Tomcat/4.0.3

Help Required for Session Problem

2002-05-23 Thread webteam
Hi, We are developing a Web based JSP application which is running on Apache 1.3.20 + Tomcat 3.2.2 + Jdk1.3.1 + Windows NT 4.0. We are facing a session related problem in our application. The problem is as follows: The application creates a session for each user during the time of

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
Nobody responded to this in a few days, so I'll try again this morning... Hello, We have recently noticed a very strange error when running tomcat 3.2.4 on localhost. If a button in the application pops up a new window, then the user closes that window to return to the original screen, the

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Rutledge, Aaron
that you're not seeing what you are expecting because of a cached page or a simmilar problem? --Aaron -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 7:23 AM To: Tomcat Users List Subject: RE: Very strange session problem on localhost only (trying

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
8:46 AM To: Tomcat Users List Subject: RE: Very strange session problem on localhost only (trying again) What do you mean the session times out? Are you testing for session variables and the session expires after this page loads on localhost, but not from another browser on another machine

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Rutledge, Aaron
strange session problem on localhost only (trying again) The popup window only displays and html page. There is no processing done when the window is closed. Actually, the only thing tomcat does is serve one html page and the associated images. For some reason, this seems to create a new

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
PROTECTED]] Sent: Wednesday, May 22, 2002 9:16 AM To: Tomcat Users List Subject: RE: Very strange session problem on localhost only (trying again) So it sounds like you have a test page that loads the session variables and you reload the page or something to verify thier value. You open some window

Re: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Scott Judd
is if the servlet were creating a new session for each request. scott - Original Message - From: Brandon Cruz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, May 22, 2002 9:20 AM Subject: RE: Very strange session problem on localhost only (trying again) I have a page

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
is switched by simply opening a new window. -Original Message- From: Scott Judd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 9:42 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Very strange session problem on localhost only (trying again) Hi Brandon

Re: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Phillip Morelock
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 9:42 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Very strange session problem on localhost only (trying again) Hi Brandon, This is really more of a Java question; if you could post a snip of your code relative

Very strange session problem on localhost only

2002-05-21 Thread Brandon Cruz
Hello, We have recently noticed a very strange error when running tomcat 3.2.4 on localhost. If a button in the application pops up a new window, then the user closes that window to return to the original screen, the session times out. This does not happen when using tomcat connected to apache

Re: Tomcat - BTAGS - Scope session problem

2002-05-16 Thread rsequeira
] To:taglibs-user-help [EMAIL PROTECTED], Tomcat Users List [EMAIL PROTECTED] cc: Subject:Tomcat - BTAGS - Scope session problem *Hi there any help appreiate** d** here's the stack trace* *Cheers Chuck Amadi* *Systems Programmer* *Rhaglenydd Systemau * Error

Tomcat - BTAGS - Scope session problem

2002-05-16 Thread chuck amadi
*Hi there any help appreiate** d** here's the stack trace* *Cheers Chuck Amadi* *Systems Programmer* *Rhaglenydd Systemau * Error: 500 Location: /volapp/volunteer/registerOpportunityProcessT.jsp *Internal Servlet Error:* javax.servlet.ServletException at

Session Problem with Tomcat and Apache - URGENT - Please help!!!!

2002-05-10 Thread Rajesh Harikrishnan
Hi All, I am having a problem with the session objects, let me first explain how we have used the session object in our application we have an application which is initalizing an 'SESSION' object when the user log's into the system. This object is used to store three attributes, 1) we have

Session Problem - URGENT!!!!

2002-05-10 Thread Rajesh Harikrishnan
Hi All, I am having a problem with the session objects, let me first explain how we have used the session object in our application we have an application which is initalizing an 'SESSION' object when the user log's into the system. This object is used to store three attributes, 1) we have

Re: Session Problem - URGENT!!!!

2002-05-10 Thread Paul Caton
I wish people would stop saying URGENT and PLEASE HELP in their subject lines. Not only is is poor mailing-list manners, it is also unnecessary. This being a user list, we assume that most people posting have a problem they want to solve right away. Your problem is not more urgent than

RE: Session Problem - URGENT!!!!

2002-05-10 Thread Ignacio J. Ortega
+1 Saludos , Ignacio J. Ortega -Mensaje original- De: Paul Caton [mailto:[EMAIL PROTECTED]] Enviado el: viernes 10 de mayo de 2002 15:47 Para: Tomcat Users List Asunto: Re: Session Problem - URGENT I wish people would stop saying URGENT and PLEASE HELP

RE: Session Problem - URGENT!!!!

2002-05-10 Thread Jack Li
-1 -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 10:01 AM To: 'Tomcat Users List' Subject: RE: Session Problem - URGENT +1 Saludos , Ignacio J. Ortega -Mensaje original- De: Paul Caton [mailto:[EMAIL PROTECTED

Re: Session Problem - URGENT!!!!

2002-05-10 Thread Graham Leggett
Jack Li wrote: -1 -1 means veto, and is only used by people with a veto. So - do you have a veto, or are you just being a wiseass? ;) Regards, Graham -- - [EMAIL PROTECTED]There's a moon over

RE: Session Problem with Tomcat and Apache - URGENT - Please help!!!!

2002-05-10 Thread Martin van den Bemt
:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 14:29 To: Tomcat Users List Subject: Session Problem with Tomcat and Apache - URGENT - Please help Hi All, I am having a problem with the session objects, let me first explain how we have used the session object in our application we have

RE: Session Problem - URGENT!!!!

2002-05-10 Thread Jay Gardner
:10 AM To: Tomcat Users List Subject: Session Problem - URGENT Hi All, I am having a problem with the session objects, let me first explain how we have used the session object in our application we have an application which is initalizing an 'SESSION' object when the user log's into the system

Servlet + multiple forward + session problem

2002-01-18 Thread Michel Lastes
Bonjour, I have a session problem within an application. The servlet waiting on the URL of the application, while contacted, opens a session and does a forward to another servlet. This one checks the session and does a forward to another servlet, as well. The third servlet checks the session

Re: tomcat session problem

2001-10-26 Thread Dmitri Colebatch
On Thu, 25 Oct 2001, Rinku Randhawa wrote: Thanks Ralph for the information, my question is when there are 2 sessions running on the web in the same PC (by opening 2 browsers) then it doesn't track the sessions properly and changes the value of the session when I go to different pages even

Re: tomcat session problem

2001-10-26 Thread Dmitri Colebatch
On Fri, 26 Oct 2001, Dmitri Colebatch wrote: On Thu, 25 Oct 2001, Rinku Randhawa wrote: Thanks Ralph for the information, my question is when there are 2 sessions running on the web in the same PC (by opening 2 browsers) then it doesn't track the sessions properly and changes the value

Re: tomcat session problem

2001-10-26 Thread Rinku Randhawa
sessions. I would really appreciate the suggestions Thanks Rinku - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 26, 2001 1:50 AM Subject: Re: tomcat session problem On Fri, 26 Oct 2001, Dmitri Colebatch wrote: On Thu, 25 Oct

Re: tomcat session problem

2001-10-26 Thread Craig R. McClanahan
On Fri, 26 Oct 2001, Dmitri Colebatch wrote: Date: Fri, 26 Oct 2001 15:50:41 +1000 From: Dmitri Colebatch [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: tomcat session problem On Fri, 26 Oct 2001, Dmitri Colebatch wrote: On Thu, 25 Oct 2001, Rinku

AW: tomcat session problem

2001-10-25 Thread Ralph Einfeldt
PROTECTED] Betreff: tomcat session problem Hi there, I am using jakarta-tomcat - 3.2.3 server to run my project. I am finding that session tracking, when more than one browser window is opened at one time, doesn't come out to be correct. I am using its inbuilt session object

RE: tomcat session problem

2001-10-25 Thread Shah, Chintan V (Chintan)
must be able to work on both of them simultaneously.. I hope, this will help you. regards, Chintan. -Original Message- From: Rinku Randhawa [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 12:16 AM To: [EMAIL PROTECTED] Subject: tomcat session problem Hi there, I am using

RE: tomcat session problem

2001-10-25 Thread Geoff Howard
just out of curiosity, what browser are you using, and how are you beginning the second browser session? Geoff -Original Message- From: Rinku Randhawa [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 2:46 PM To: [EMAIL PROTECTED] Subject: tomcat session problem Hi

Re: tomcat session problem

2001-10-25 Thread Craig R. McClanahan
PROTECTED] To: [EMAIL PROTECTED] Subject: tomcat session problem Hi there, I am using jakarta-tomcat - 3.2.3 server to run my project. I am finding that session tracking, when more than one browser window is opened at one time, doesn't come out to be correct. I am using its inbuilt session object

Re: tomcat session problem

2001-10-25 Thread Rinku Randhawa
, -Rinku - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 2:32 AM Subject: AW: tomcat session problem It's not a tomcat issue, it more an issue of your application. If you open a second windows from a running session

RE: tomcat session problem

2001-10-25 Thread Geoff Howard
:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 3:39 AM To: '[EMAIL PROTECTED]' Subject: RE: tomcat session problem Hi Rinku, Your application should work fine in both the browsers opened simultaneously...only if the second browser window is not opened from the first browser window using Ctrl+N

Re: tomcat session problem

2001-10-25 Thread Rinku Randhawa
: tomcat session problem Hi Rinku, Your application should work fine in both the browsers opened simultaneously...only if the second browser window is not opened from the first browser window using Ctrl+N If you are opening the 2nd browser window from 1st one only... as said above

tomcat session problem

2001-10-24 Thread Rinku Randhawa
Hi there, I am using jakarta-tomcat - 3.2.3 server to run my project. I am finding that session tracking, when more than one browser window is opened at one time, doesn't come out to be correct. I am using its inbuilt session object and the cookies are enabled in my browser. When more than one

Session Problem

2001-09-20 Thread Razi Ansari
Hello Tomcats, I have a problem with tomcat 4.0. I would like to know if anybody else has experienced this. I am creating a session with getSession(false) in my first page and then in the subsequent pages when I call the session using getSession(true), tomcat is creating and returning a new

Re: Session Problem

2001-09-20 Thread Lester June Cabrera
Try this one inside your JSP page... if (session.isNew()) { // do something } else { // ... String sessionUser = (String)session.getValue(username); // do something } At 04:17 PM 9/20/01 +0530, you

Re: Session problem with netscape-6.01

2001-06-28 Thread Boris Niyazov
Seems like your netscape-6.01 is not configured to enable cookies ... hth Boris Niyazov Columbia Law School On Wed, 27 Jun 2001, Zsolt Koppany wrote: Hi, I use tomcat-3.2.2 and every request seems to use (create) a new session from netscape-6.01. I don't have this problem with either

Re: Session problem with netscape-6.01

2001-06-28 Thread pete
Nah, i think it is a Netscape bug. I get this with all builds of Mozilla and Netscape after 0.9 It's odd because cookies from most servers/sites are set without a problem, and its only tomcat that i see the problem with. Mozilla 0.9 does work correctly with the same tomcat sites, so it's

Session problem with netscape-6.01

2001-06-27 Thread Zsolt Koppany
Hi, I use tomcat-3.2.2 and every request seems to use (create) a new session from netscape-6.01. I don't have this problem with either netscape-4.76 or IE-5. Do you know whether this is a netscape problem? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Str. 16 70565 Stuttgart

  1   2   >