[PHP] session_start() and cache problem ...

2001-01-17 Thread Samuel Tran
Hello everybody, I have two websites that use Apache-1.3.12 + PHP-4.0.2 + Oracle8i on Linux RedHat servers. One of them doesn't use the session_start() function. If I do a telnet on port 80 and type in "HEAD / HTTP/1.0" I get the following : HTTP/1.1 200 OK Date: Wed, 17 Jan 2001 08:50:34 GMT

Re: [PHP] session_start() and cache problem ...

2001-01-17 Thread Richard Lynch
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