Re: [PHP] Issue with generating asx playlist with php

2005-08-29 Thread Dan Rossi
Just an update i've changed to use non cookie based sessions using pear's HTTP_Session so sending it in the filename string which loads in the query string of the php script within the plugin's file source. However the session isnt expiring now lol. On 30/08/2005, at 10:32 AM, Dan Rossi wrote:

Re: [PHP] Issue with generating asx playlist with php

2005-08-29 Thread Dan Rossi
Thanks andy, I'll give this a shot however I am already doing this in the constructor of my class. However its just after calling the constructor of the base class. What I have noticed is really freaky. The plugin is loading my php script 4 times when loading to play a file, for the 3 times the

Re: [PHP] Issue with generating asx playlist with php

2005-08-29 Thread Andy Pieters
On Monday 29 August 2005 16:09, Dan Rossi wrote: > ? I logged two different sess id's being created. Hi I have seen this behaviour as well, although in another context. The solution was to have the session_start instruction be one of the very first. In fact, in my software, the session_start i

Re: [PHP] Issue with generating asx playlist with php

2005-08-29 Thread Dan Rossi
On 29/08/2005, at 10:00 PM, Dan Rossi wrote: I have just discovered on closer debugging, the windows media plugin is loading the file twice, i can see the stop button flicker twice and i made an error log and the word loaded shows up twice, would this be causing an issue with the session ?

Re: [PHP] Issue with generating asx playlist with php

2005-08-29 Thread Dan Rossi
I have just discovered on closer debugging, the windows media plugin is loading the file twice, i can see the stop button flicker twice and i made an error log and the word loaded shows up twice, would this be causing an issue with the session ? On 29/08/2005, at 5:20 PM, Dan Rossi wrote: Hi