View Issue Details

IDProjectCategoryView StatusLast Update
0010629mantisbtotherpublic2010-09-19 02:17
Reporternajina Assigned To 
PrioritynormalSeverityminorReproducibilitysometimes
Status newResolutionopen 
OSWindows XP 
Summary0010629: Add check against session.cache_limiter PHP variable
Description

I just wanted to add something I did to resolve issue mentioned in 9576.
The issue was unable to open attachments in IE 6.
Below is what I did:
php.ini has a setting which needs to be turned off.
The variable session.cache_limiter is now set to blank to avoid preventing anti-caching headers. It was set to "nocache", which was preventing files from opening. Now it is changed to blank. This fixed the issue and attachments can be opened from IE 6 or anyother browsers without issues. This helps in resolving the issue in all the mantis versions that had attachment opening issue in IE.

TagsNo tags attached.

Relationships

related to 0009576 closedjreese Problem in downloading file 

Activities

najina

najina

2009-06-26 12:54

reporter   ~0022276

Last edited: 2009-06-26 12:55

I tried to update the closed defect and was unable to do so. That is why opened a new one. Please close this defect as I added this as an awareness for others and it is not an issue any more.

Thanks,
Najina

dhx

dhx

2009-06-26 13:00

reporter   ~0022277

We may be able to add another check into Mantis to ensure that this PHP setting is correctly configured. Or update documentation to warn users of this gotcha?

Thanks for your feedback!

najina

najina

2009-06-26 13:19

reporter   ~0022279

Thanks.