$lang = $this->Session->read('Config.language');
$this->Session->del('Config');
// keep selected language for i18n in session
$this->Session->write('Config.language', $lang);On Jul 8, 3:52 am, NicoE <[EMAIL PROTECTED]> wrote: > Hello everybody. > I am using SWFUpload with CakePHP (based on the article written by > James Revillini) and I have some problems regarding session issues. > After uploading a file, the current session gets deleted. I have > already read some articles about this problem and found that CakePHP > handles sessions differently. > > Any ideas? > > Regards! > > Nicolas.- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
