> Try including "session_cache_limiter('public');" before your
> session_start(); call at the top of the page.
This is *exactly* what I needed!! It worked perfectly. Thank
you Ed, John very much for your feedback with this issue!
Chris
--
PHP General Mailing List (http://www.php.net/)
To uns
#x27;PHP General'
Subject: Re: [PHP] Sessions and headers
> Are you downloading these files over HTTPS://?
Yes. But I just tried to force HTTP:// and that didn't
change anything.
thnx,
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.ne
> Are you downloading these files over HTTPS://?
Yes. But I just tried to force HTTP:// and that didn't
change anything.
thnx,
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Are you downloading these files over HTTPS://?
Ed
-Original Message-
From: Chris Boget [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 04, 2003 10:24 AM
To: CPT John W. Holmes; PHP General
Subject: Re: [PHP] Sessions and headers
> What errors, exactly? Can you show some examples?
> What errors, exactly? Can you show some examples?
The errors are not PHP. They are from the browser trying to open the
data being sent from the server (the HTML or binary data) in the appropriate
program. eg, Acrobat for PDF, Word for DOC, Excel for XL.
For this particular case, I'm using the
> When using PHP sessions, if the user's browser supports
> cookies, PHP sets the session id as a cookie (so far as I
> understand it). So when trying to use the session ID in a
> script, a cookie request is sent to the browser to get the ID
> and assigns it to the internal variable $PHPSESSID (ag
de so that we can see the problem more clearly?
ed
-Original Message-
From: Chris Boget [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 04, 2003 9:52 AM
To: PHP General
Subject: [PHP] Sessions and headers
When using PHP sessions, if the user's browser supports
cookies, PHP sets the
When using PHP sessions, if the user's browser supports
cookies, PHP sets the session id as a cookie (so far as I
understand it). So when trying to use the session ID in a
script, a cookie request is sent to the browser to get the ID
and assigns it to the internal variable $PHPSESSID (again,
so f
8 matches
Mail list logo