[PHP-DEV] Problem with filedownload + session_start() in combination with SSL and IE

2002-09-02 Thread Florian Schaper
I have a problem with file downloads using SSL in combination with PHP's sessionmanagement. Sample: ?php if( !session_is_registered('idtest') ) { session_register('idtest'); } // if header(Content-type: application/octet-stream); header(Content-Disposition: attachment; filename=ergebnis.xml);

[PHP-DEV] Problem with filedownload + session_start() in combination with SSL and IE

2002-09-02 Thread Florian Schaper
I have a problem with file downloads using SSL in combination with PHP's sessionmanagement. Sample: ?php if( !session_is_registered('idtest') ) { session_register('idtest'); } // if header(Content-type: application/octet-stream); header(Content-Disposition: attachment; filename=ergebnis.xml);