Hi everyone, I've googled a lot but did not find any solution to this problem:
We are offering some CSV data export in our web application. This will open a CSV file in a new browser window via javascript. In that new browser window you usually get asked if you want to save or open the file... It works perfectly fine for all browsers, but on IE8 I have the problem that if you choose to open the file directly, it will be opened embedded in the new browser window as IE plugin, and when I go back to the parent window, there my session is lost! The session does not get touched if I just save the file. Only opening it directly in the new browser window does spoil the session in the original window. I've seen quiet a lot problems with IE and sessions lost, and already tried setting CakePHP security level to low and also opened the new window with a JS object, but nothing helped. Any more ideas, solutions? Thanks a lot! Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
