the jsessionid should be there only during the first request. after the first request the container switches to using the session cookie. is the cookie set on the android end? is it being sent back?
-igor 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 > 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 opens it > makes requests on a different session and by tracing back through the code I > see that the requestedSessionID on the request is null. > > Is there a way to put the jsessionId on the ResourceLink URL? might that > possibly allow wicket to pick up the correct session? > > Or any other suggestions very welcome > > Cheers :) > > > -- > View this message in context: > http://www.nabble.com/No-session-requested-when-playing-MP3-resource-link-tp20154778p20154778.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
