[PHP] Open a PDF in the mode https://....

2004-09-23 Thread Andre
Hello When I try to open a PDF file in the https://localhost mode it opens a Save File window. When I am on the http://localhost mode the problem does not exist. How can I solve this? Thanks.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Open a PDF in the mode https://....

2004-09-23 Thread Marek Kilimajer
Andre wrote: Hello When I try to open a PDF file in the https://localhost mode it opens a Save File window. When I am on the http://localhost mode the problem does not exist. How can I solve this? This is a browser issue. What browser are you using, what headers are you sendng, are you using

RE: [PHP] Open a PDF in the mode https://....

2004-09-23 Thread Andre
Yes I am using sessions? -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 23 de Setembro de 2004 18:28 To: Andre Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Open a PDF in the mode https:// Andre wrote: Hello When I try to open a PDF file

Re: [PHP] Open a PDF in the mode https://....

2004-09-23 Thread Marek Kilimajer
Andre wrote: Yes I am using sessions? Use session_cache_limiter('private_no_expire'); IE needs it. -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 23 de Setembro de 2004 18:28 To: Andre Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Open a PDF in the mode