If I change value of dropdown list, I change value of session.
Every time I need refresh page to make session alive. Why?
In dropdown list I use javascript MM_jumpMenu() to refresh page, but
that is not enought.
<select name="lang" onChange="MM_jumpMenu('parent',this,0)">
{foreach from=$langs item=lang}
<option value ="{$lang.I18nLang.code}" {if $lang.I18nLang.code==
$selected} selected="selected"{/if} >{$lang.I18nLang.name}</option>
{/foreach}
</select>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---