Hi everyone,

I'm having troubles with IE, HTTPS and PDF ouput type and according to a 
blog article 
(http://joseph.randomnetworks.com/archives/2004/10/01/making-ie-accept-file-downloads)
 
Google found for me I need to do

if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE')) {
   session_cache_limiter('public');
}

but before "session_start()" (executed in AgaviSessionStorage::startup())


Doing this for every request doesn't seem good so I wanted to do for the 
PDF output type only. But SessionStorage doesn't know the output type 
when it starts the session.

I can't figure out anything but nasty hacks to get this to work... any 
ideas are greatly appreciated.


-veikko


_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to