Re: No session requested when playing MP3 resource link

2008-10-27 Thread chris888
yway, hopefully google will fix android and I can remove it as its a bit of a dirty hack really (not holding my breath on that one though) Nino.Martinez wrote: > > Add an attribute appender? > > I dont think tomcat cares where the jsessionid identifier are placed.. > > chris888 wro

Re: No session requested when playing MP3 resource link

2008-10-27 Thread chris888
the session id? chris888 wrote: > > Do you have any idea how i do that with Tomcat? > > I'm also reticent to do that unless I can do it for just android so I must > be able to do it programatically based on the user agent or something > > > Nino.Martinez wrote: &g

Re: No session requested when playing MP3 resource link

2008-10-27 Thread chris888
tainers url > rewrite facility. It will just happen automatically. > > chris888 wrote: >> OK forget that I just tried disabling cookies on the browser and it >> worked >> OK. >> >> So now I would really like to try just adding the sesion id to the link >> URL,

Re: No session requested when playing MP3 resource link

2008-10-27 Thread chris888
} while (iter.hasNext() && count < 6); Any ideas how to get the session id in there? igor.vaynberg wrote: > > well, what you can do is disable session cookie tracking on your > servlet container. that way sessionid will be written into every url. &

Re: No session requested when playing MP3 resource link

2008-10-27 Thread chris888
is disable session cookie tracking on your > servlet container. that way sessionid will be written into every url. > > -igor > > On Fri, Oct 24, 2008 at 11:00 AM, chris888 <[EMAIL PROTECTED]> > wrote: >> >> thanks for the lightning fast reply >> >>

Re: No session requested when playing MP3 resource link

2008-10-24 Thread chris888
gor > > On Fri, Oct 24, 2008 at 10:48 AM, chris888 <[EMAIL PROTECTED]> > wrote: >> >> Hi, >> I have a fairly simple wicket page that displays a list of links that are >> DynamicWebResource links to MP3 streams. This works fine on most >> platforms I >>

No session requested when playing MP3 resource link

2008-10-24 Thread chris888
Hi, I have a fairly simple wicket page that displays a list of links that are DynamicWebResource links to MP3 streams. This works fine on most platforms I am running on (the link either plays in the browser or media player opens to play the link) but on Android I find that when the media player op