well, what you can do 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
>
> I'm guessing that the media player does not know about the browsers cookie
> so cant send it.
> How can I tell for sure if it is or not?
>
> On the browser requests object I see that a session id is requested and
> requestedSessionCookie is true
> When the media player requests they are null and false
>
>
>
> igor.vaynberg wrote:
>>
>> 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]
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/No-session-requested-when-playing-MP3-resource-link-tp20154778p20155020.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]

Reply via email to