Re: [PHP-DEV] include() and sessions

2003-02-11 Thread George Schlossnagle
Interesting, I get the same hang when I do this on OSX with head php 'foo.php?a=b' Foo is any php script (including an empty file). This returns no such file foo.php?a=b on linux. Will open a bug. George On Tuesday, February 11, 2003, at 05:31 PM, Lindsey Simon wrote: Hey Chris, sorry - I

Re: [PHP-DEV] include() and sessions

2003-02-11 Thread Lindsey Simon
Hey Chris, sorry - I only included it on this list because of the server timeout thing. When I pass the session id and name my server hangs on the include. I thought it might be pertinent. > Also, as a guess to your problem, when you include a resource by URL, you are > going to receive the same

[PHP-DEV] include() and sessions

2003-02-11 Thread Lindsey Simon
I have a situation involving my session and an include(). I'm trying to include() a page using the full path. My session is registered and I can verify all is well with it. I want to retain the session from within the page I'm including. So: I'm pasting my code here (please ignore the variable