RES: RES: Cookie problem max age problem - Best practice to solve it

2003-08-04 Thread Jose Euclides da Silva Junior - DATAPREVRJ
thanks, Steve. -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 4 de agosto de 2003 11:52 Para: 'Tomcat Users List' Assunto: Re: RES: Cookie problem max age problem - Best practice to solve it > one information isnt right!

Re: RES: Cookie problem max age problem - Best practice to solve it

2003-08-04 Thread srevilak
> one information isnt right! First, using Sniffer to monitor all http > traffic, i found out one important news: the authentication app's plugin > works with Session object instead of Cookie object. What kind of information > would you like to receive about it? Does Session object work different >

RES: Cookie problem max age problem - Best practice to solve it

2003-08-04 Thread Jose Euclides da Silva Junior - DATAPREVRJ
work different between OC4J and TomCat? Euclides. -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 1 de agosto de 2003 12:22 Para: 'Tomcat Users List' Assunto: RES: Cookie problem max age problem - Best practice to solve it > Assunt

RES: Cookie problem max age problem - Best practice to solve it

2003-08-01 Thread srevilak
> Assunto: Re: RES: Cookie problem max age problem - Best practice to solve it > the authentication app's plugin wasnt created by me, its only stored on > TomCat to be used by my Java app. This plugin runs together with another app > server, which completes the authentication pr

RES: RES: Cookie problem max age problem - Best practice to solve it

2003-08-01 Thread Jose Euclides da Silva Junior - DATAPREVRJ
e and open another one to be sucessful. Needing help still. Regards, Euclides. -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 1 de agosto de 2003 10:11 Para: 'Tomcat Users List' Assunto: Re: RES: Cookie problem max age problem - B

Re: RES: Cookie problem max age problem - Best practice to solve it

2003-08-01 Thread srevilak
srevilak> Setting the max age of a cookie to zero is the proper way to srevilak> delete a cookie. When doing the deletion, are you sure that srevilak> the name, domain, and path values are identical to the ones srevilak> used when the cookie was initially set? jose> Thanks for your attention! The

RES: Cookie problem max age problem - Best practice to solve it

2003-08-01 Thread Jose Euclides da Silva Junior - DATAPREVRJ
-feira, 31 de julho de 2003 09:32 Para: '[EMAIL PROTECTED]' Assunto: Re: Cookie problem max age problem - Best practice to solve it > From: Jose Euclides da Silva Junior - DATAPREVRJ > Subject: Cookie problem max age problem - Best practice to solve it > this question is very

Re: Cookie problem max age problem - Best practice to solve it

2003-07-31 Thread srevilak
> From: Jose Euclides da Silva Junior - DATAPREVRJ > Subject: Cookie problem max age problem - Best practice to solve it > this question is very important to me. My application works with an external > authentication app ( like a plugin).When the user is logged, a browser > cookie

Cookie problem max age problem - Best practice to solve it

2003-07-30 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi guys, this question is very important to me. My application works with an external authentication app ( like a plugin).When the user is logged, a browser cookie is created. The problem stays whenever the user asks for a logout process and the external app tries to "kill" its cookie (created befo

Re: Cookie problem max age problem

2000-12-05 Thread Pratik Machchar
- Original Message - From: "Kief Morris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 05, 2000 8:10 PM Subject: Re: Cookie problem max age problem > Pratik Machchar typed the following on 05:57 PM 12/5/2000 +0530 > >I set a cooki

Re: Cookie problem max age problem

2000-12-05 Thread Kief Morris
Pratik Machchar typed the following on 05:57 PM 12/5/2000 +0530 >I set a cookie with certain maxAge() say 200. >now on logout I wan't to remove that cookie I set maxAge(0) then also this >cookis is not removed Are you getting the cookie with request.getCookies() and changing its maxAge, or creat

Cookie problem max age problem

2000-12-05 Thread Pratik Machchar
Hi all I set a cookie with certain maxAge() say 200. now on logout I wan't to remove that cookie I set maxAge(0) then also this cookis is not removed I am using tomcat3.2 final Release and IE 5 with windows 2000 standalon tomcat server same problem appears with tomcat3.2 final Release IE5 and lin