RE: Transmission of a session using jsessionID

2004-12-13 Thread Jerry Rodgers
[mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 2:37 AM To: 'Struts Users Mailing List' Subject: RE: Transmission of a session using jsessionID Or something like: Authentication webapp authenticates the user, obtains it's data, like name, age, all parameters you wer

RE: Transmission of a session using jsessionID

2004-12-13 Thread Jerry Rodgers
[mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 2:37 AM To: 'Struts Users Mailing List' Subject: RE: Transmission of a session using jsessionID Or something like: Authentication webapp authenticates the user, obtains it's data, like name, age, all parameters you wer

RE: Transmission of a session using jsessionID

2004-12-11 Thread Vadim Petrenko
dim. -Original Message- From: Claude Libois [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 10:58 AM To: Struts Users Mailing List Subject: Re: Transmission of a session using jsessionID Unfortunately we are working with weblogic 8.1... However now it seems to work but I don&

RE: Transmission of a session using jsessionID

2004-12-09 Thread Vadim Petrenko
sage- From: John McCosker [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 11:07 AM To: 'Struts Users Mailing List' Subject: RE: Transmission of a session using jsessionID >>is there any other way to share session between two >> different web application. I

RE: Transmission of a session using jsessionID

2004-12-09 Thread John McCosker
not actually seen, and cut out the dsn altogether. -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: 09 December 2004 09:54 To: Struts Users Mailing List Subject: Re: Transmission of a session using jsessionID Maybe this "Tomcat How To" will help... http:

Re: Transmission of a session using jsessionID

2004-12-09 Thread Niall Pemberton
aude Libois > [EMAIL PROTECTED] > Technical associate - Unisys > > - Original Message - > From: "Niall Pemberton" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Thursday, December 09, 2004 10:54 AM >

Re: Transmission of a session using jsessionID

2004-12-09 Thread Claude Libois
From: "Niall Pemberton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 10:54 AM Subject: Re: Transmission of a session using jsessionID > Maybe this "Tomcat How To" will help... > >

Re: Transmission of a session using jsessionID

2004-12-09 Thread Niall Pemberton
09, 2004 8:59 AM Subject: Re: Transmission of a session using jsessionID > A precision that make a big difference. > The two actions are not in the same web application. > I saw on a forum that sharing session between two web app is "bad design" > and so is not allow with

Re: Transmission of a session using jsessionID

2004-12-09 Thread Claude Libois
t; <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 10:16 AM Subject: RE: Transmission of a session using jsessionID > I agree, that sharing a session between 2 separate webapps is an example of > a hor

RE: Transmission of a session using jsessionID

2004-12-09 Thread Vadim Petrenko
t: Re: Transmission of a session using jsessionID A precision that make a big difference. The two actions are not in the same web application. I saw on a forum that sharing session between two web app is "bad design" and so is not allow with jsessionID. Is it true? If so, is there any oth

Re: Transmission of a session using jsessionID

2004-12-09 Thread Claude Libois
t; <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 10:04 AM Subject: RE: Transmission of a session using jsessionID > Claude, > > Try this one: > > ActionForwa

RE: Transmission of a session using jsessionID

2004-12-09 Thread Vadim Petrenko
Claude, Try this one: ActionForward af=new ActionForward(response.encodeRedirectURL( "http://12.2.33.13:4/Consumer/receiveSession.do";),true); It's gonna add jsessionid as well, if necessary, see http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletResponse .html#encodeRedire

Re: Transmission of a session using jsessionID

2004-12-09 Thread Claude Libois
A precision that make a big difference. The two actions are not in the same web application. I saw on a forum that sharing session between two web app is "bad design" and so is not allow with jsessionID. Is it true? If so, is there any other way to share session between two different web applicatio