[kronolith] Error exporting events
Chuck Hagenbuch
chuck@horde.org
Fri, 28 Sep 2001 10:26:11 -0400
Quoting Jan Kuipers <jrkuipers@lauwerscollege.nl>:
> Found it Jan! This problem only occurs on a SSL webserver. So when exporting
> the csv file IE expects data.php on http://something and not, as in my case
> https://something!
Sounds like this bit of code is missing:
session_name($conf['session_name']);
if ($browser->hasQuirk('cache_ssl_downloads')
&& isset($HTTP_SERVER_VARS['HTTPS'])
&& ($HTTP_SERVER_VARS['HTTPS'] == 'on')) {
session_cache_limiter('private, must-revalidate');
}
@session_start();
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin