CodeIgniter Forums
csv export resets session data on IE - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: csv export resets session data on IE (/showthread.php?tid=37521)



csv export resets session data on IE - El Forum - 01-12-2011

[eluser]russel[/eluser]
Hello experts,
I am trying to exports csv/xls using csv_helper found in wiki.

That works fine with every browsers except IE. Every time i export csv files it resets IE session.

Any help will appreciable.


csv export resets session data on IE - El Forum - 01-14-2011

[eluser]russel[/eluser]
Got a typing mistake in that wiki post:
Code:
header('Content-Disposition: attachement; filename="' . $download . '"');
attachement will be attachment

But still IE session resets. Any body have the solution?