RE: [flexcoders] FF and Java sessions

2007-04-27 Thread Dirk Eismann
Hmm... we use the same technique here and it works (it worked in IE anyway, this was needed for Firefox only). Not sure if this is relevant but we use Tomcat 5.5.20 Dirk. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitr

RE: [flexcoders] FF and Java sessions

2007-04-27 Thread Peter
@yahoogroups.com Subject: RE: [flexcoders] FF and Java sessions I am doing a POST as well... this problem only happens with FireFox...works fine with IE. So just trying to see what ppl do for FF. Dimitrios Gianninas Developer Optimal Payments Inc. _ From: flexcoders

RE: [flexcoders] FF and Java sessions

2007-04-26 Thread Dimitrios Gianninas
Bjorn Schultheiss Sent: Thursday, April 26, 2007 7:36 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FF and Java sessions Dimitrios, I actually get the same JSESSIONID value when i make an upload request to a servlet. Although i am making a POST request and send vars via the

Re: [flexcoders] FF and Java sessions

2007-04-26 Thread Bjorn Schultheiss
Dimitrios, I actually get the same JSESSIONID value when i make an upload request to a servlet. Although i am making a POST request and send vars via the URLVariables object. example: var req:URLRequest = new URLRequest ( config_model.userConfig.datasetUpPath + "/upload" ); var urlVars:UR