> The other website does use session_start(). A "HEAD /  HTTP/1.0" gives

> I have the extra lines : Expires, Cache-Control, Pragama.
>
> I would like to get rid of those 3 lines : is it possible and how could
> I achieve that ?

Probably by sending your own (blank) headers with those names.

<?php
    header("Expires: ");
    .
    .
    .
?>

That will quite possibly make the session stuff not work too well with
browser caching, however.

By Day:                                |By Night:
    Don't miss the Zend Web Store's    |   There's not enough room here...
    Grand Opening on January 23, 2001! |   Start here:
    http://www.zend.com                |   http://l-i-e.com/artists.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to