Re: session drop from https to http

2006-08-28 Thread Duong BaTien
gt; > > session is allocated and then if I move to https and the http every thing > > > is > > > then fine. > > > Any ideas how to resolve this problem? > > > > > > Thanks > > > Amir > > > > > > > > > -Original Message- > > &g

Re: session drop from https to http

2006-08-28 Thread Andrés González
--- > From: josemanuel lopez [mailto:[EMAIL PROTECTED] > Sent: Monday, August 28, 2006 1:00 AM > To: Tomcat Users List > Subject: Re: session drop from https to http > > > Hi > > The reazon is because the seesion is created with > info from the call: example: IP address

RE: session drop from https to http

2006-08-28 Thread Duong BaTien
s problem? > > Thanks > Amir > > > -Original Message- > From: josemanuel lopez [mailto:[EMAIL PROTECTED] > Sent: Monday, August 28, 2006 1:00 AM > To: Tomcat Users List > Subject: Re: session drop from https to http > > > Hi > > The reazon

Re: session drop from https to http

2006-08-28 Thread Andrés González
1:00 AM To: Tomcat Users List Subject: Re: session drop from https to http Hi The reazon is because the seesion is created with info from the call: example: IP address, Port Etc, and Tomcat has to create a new session because the info is different, I'm being trying to find a solution for t

RE: session drop from https to http

2006-08-28 Thread Amir S
and then if I move to https and the http every thing is then fine. Any ideas how to resolve this problem? Thanks Amir -Original Message- From: josemanuel lopez [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 1:00 AM To: Tomcat Users List Subject: Re: session drop from https to

Re: session drop from https to http

2006-08-27 Thread Mark Thomas
josemanuel lopez wrote: > Hi Mark, > I have a session started with http for login I called > hppts and the session is different th einfo created > under http can not be retrived by the second session > created by htts, any idea how can I get info from one > session to another or better that how t

Re: session drop from https to http

2006-08-27 Thread josemanuel lopez
Hi Mark, I have a session started with http for login I called hppts and the session is different th einfo created under http can not be retrived by the second session created by htts, any idea how can I get info from one session to another or better that how to share info from sessions. Th

Re: session drop from https to http

2006-08-27 Thread Mark Thomas
josemanuel lopez wrote: > Hi > > The reazon is because the seesion is created with > info from the call: example: IP address, Port Etc, > and Tomcat has to create a new session because the > info is different, I'm being trying to find a solution > for this problem, but still I'm working on

Re: session drop from https to http

2006-08-27 Thread josemanuel lopez
Hi The reazon is because the seesion is created with info from the call: example: IP address, Port Etc, and Tomcat has to create a new session because the info is different, I'm being trying to find a solution for this problem, but still I'm working on that. I'll keep you posted...or if y

Re: session drop from https to http

2006-08-27 Thread Pulkit Singhal
Hmm...kind of makes sense doesn't it? I mean there are a lot of apps that use the sessionID as a key of sorts for access or cookie management so its ok to go from a http to https connections with the same session ID because extra security is involved but not ok to go from https to http connection

session drop from https to http

2006-08-27 Thread Amir S
Hi All, I have a Jakarta 5.0.28. When entering the tomcat first https://127.0.0.1/a.jsp and then http://127.0.0.1/b.jsp The sessionID changes?! In the revise (http://127.0.0.1/b.jsp and then https://127.0.0.1/a.jsp) order it does not, why is that?! How can I fix it? Please note that the different