# Getting "Session not accepted" with HLS streaming

**URL:** https://community.wowza.com/t/getting-session-not-accepted-with-hls-streaming/40231
**Category:** Wowza Streaming Engine
**Created:** [May 8, 2013, 12:53pm UTC](https://community.wowza.com/t/getting-session-not-accepted-with-hls-streaming/40231 "2013-05-08T12:53:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![cloudload\_admin](https://avatars.discourse-cdn.com/v4/letter/c/cc9497/32.png) [@cloudload\_admin](https://community.wowza.com/u/cloudload_admin)
#### Post date: [May 8, 2013, 12:53pm UTC](https://community.wowza.com/t/getting-session-not-accepted-with-hls-streaming/40231/1 "2013-05-08T12:53:47Z")

</div>

Seems that our wowza HLS implementation might be having some session errors, I just want to know if these are critical (ie: will cause playback issues for users) or if they are just warnings and the client will fix it on it’s own.

```auto
WARN server comment 2013-05-08 11:16:23 - - - - - 3803.699 - - - - - - - - HTTPStreamerAdapterCupertinoStreamer.onPlaylist[vod/mp4:/5/6/5/0/0/3/300565.mp4/playlist.m3u8]: Session not accepted[202089201]
WARN server comment 2013-05-08 12:40:34 - - - - - 2.101 - - - - - - - - HTTPStreamerAdapterCupertinoStreamer.onPlaylist[vod/mp4:/3/1/4/8/9/2/298413.mp4/playlist.m3u8]: Session not accepted[903692080]

```

Any help would be great, thanks.

---

<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 8, 2013, 6:26pm UTC](https://community.wowza.com/t/getting-session-not-accepted-with-hls-streaming/40231/2 "2013-05-08T18:26:16Z")

</div>

This looks like result of server-side Module with onHTTPSessionCreate handler doing httpSession.rejectSession(). It is a HLS (cupertino) playback stream.

Wowza accepts all session requests by default. You have to use a custom module to reject a session. Do you have something installed? Look in the /conf/vod/Application.xml /Modules list.

Richard

---

<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 8, 2013, 6:44pm UTC](https://community.wowza.com/t/getting-session-not-accepted-with-hls-streaming/40231/3 "2013-05-08T18:44:45Z")

</div>

Great! Thanks for the update.

Richard

---

<div class="post-metadata">

### Author: ![cloudload\_admin](https://avatars.discourse-cdn.com/v4/letter/c/cc9497/32.png) [@cloudload\_admin](https://community.wowza.com/u/cloudload_admin)
#### Post date: [May 8, 2013, 1:38pm UTC](https://community.wowza.com/t/getting-session-not-accepted-with-hls-streaming/40231/4 "2013-05-08T13:38:35Z")

</div>

Right you are!

I thought it had been removed. Thanks.
