On Thu, 2004-07-15 at 09:12, Pascal Robert wrote:
> > What happens if you explicitly untie the session at the end of the
> > request?
>
> It works, thanks!
Good, but be careful -- this means you have a scoping problem. You
might be putting your session into a global or accidentally creating a
cl
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 value
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 leve