Re: Loosing session while redirecting

2004-10-06 Thread Dmitrii CRETU
uesday, October 05, 2004 4:51 PM KS> To: Struts Users Mailing List KS> Subject: Re: Loosing session while redirecting KS> I don't know any reason why a redirect should be the cause of session KS> "breaking", though I admit I haven't used a redirect from HTTP to HTTPS K

RE: Loosing session while redirecting

2004-10-06 Thread Konstantina Stamopoulou
ed is considered as a request to another application and this causes the creation of new session. Thank you for your answer. -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 4:51 PM To: Struts Users Mailing List Subject: Re: Loosing session

Re: Loosing session while redirecting

2004-10-05 Thread Erik Weber
I don't know any reason why a redirect should be the cause of session "breaking", though I admit I haven't used a redirect from HTTP to HTTPS in the middle of a user's workflow (only at the very beginning -- by using the CONFIDENTIAL transport-guarantee in web.xml). Is your test browser accepti

Loosing session while redirecting

2004-10-05 Thread Konstantina Stamopoulou
Hello evelyone, I'm facing the following problem. I try to switch from http to https using tags in the struts-config.xml http://pc:8989/cdn-data-new/tvmode.jsp"/> https://pc:8989/cdn-data-new/tvmode.jsp"/> In the Action class I use : return mapping.findForward("standard"); Ev