# double sessionId when play URL HLS with query string

**URL:** https://community.wowza.com/t/double-sessionid-when-play-url-hls-with-query-string/35899
**Category:** Wowza Developer Dojo
**Tags:** wowza-streaming-server-java-api
**Created:** [May 15, 2013, 6:42pm UTC](https://community.wowza.com/t/double-sessionid-when-play-url-hls-with-query-string/35899 "2013-05-15T18:42:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Toan\_Xuan](https://avatars.discourse-cdn.com/v4/letter/t/c77e96/32.png) [@Toan\_Xuan](https://community.wowza.com/u/Toan_Xuan)
#### Post date: [May 15, 2013, 6:42pm UTC](https://community.wowza.com/t/double-sessionid-when-play-url-hls-with-query-string/35899/1 "2013-05-15T18:42:01Z")

</div>

I write a module for live application, I check sessionid when client connect to streaming server. The client is adroid media player 4.0 that play URL with query String : [http://ip/xxx/playlist.m3u8?xxx=yyy](http://ip/xxx/playlist.m3u8?xxx=yyy) . But when i check log, wowza create two sessions for one request play. what problem in here ☹ ?

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [May 16, 2013, 11:57am UTC](https://community.wowza.com/t/double-sessionid-when-play-url-hls-with-query-string/35899/2 "2013-05-16T11:57:28Z")

</div>

We’re not sure why that happens exactly, but iOS devices do the same thing: create two sessions. One is always unused and can be ignored.

Richard

---

<div class="post-metadata">

### Author: ![Toan\_Xuan](https://avatars.discourse-cdn.com/v4/letter/t/c77e96/32.png) [@Toan\_Xuan](https://community.wowza.com/u/Toan_Xuan)
#### Post date: [July 1, 2013, 11:11pm UTC](https://community.wowza.com/t/double-sessionid-when-play-url-hls-with-query-string/35899/3 "2013-07-01T23:11:39Z")

</div>

thanks rrlanham, what can i do ? now have other solution for give parameters to wowza without use query string appending ? thanks for your support 🙂

---

<div class="post-metadata">

### Author: ![Bruno\_de\_Castro](https://avatars.discourse-cdn.com/v4/letter/b/ce73a5/32.png) [@Bruno\_de\_Castro](https://community.wowza.com/u/Bruno_de_Castro)
#### Post date: [June 5, 2013, 5:07pm UTC](https://community.wowza.com/t/double-sessionid-when-play-url-hls-with-query-string/35899/4 "2013-06-05T17:07:15Z")

</div>

I have the same problem here…

I have to bind the onHTTPCupertinoStreamingSessionCreate and onHTTPCupertinoStreamingSessionDestroy.

But how can I identify witch is the streaming Session and not the other??

tnkss! =)
