Le 04-07-14, à 18:03, Perrin Harkins a écrit :

On Wed, 2004-07-14 at 17:45, Pascal Robert wrote:
I have a strange problem with Apache::Session::MySQL.  It create a
session just fine, but it can't update itself.

Usually this means that either your session object isn't going out of scope or the values you are writing are not at the top level. However, $session{'lang'} would be top-level.

What happens if you explicitly untie the session at the end of the
request?

It works, thanks!


-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to