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