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 closure. It's worth figuring out what the problem is in order to make sure it won't bite you later with some other variable that isn't going out of scope when it should be. - Perrin -- 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