RE: more udat persistence issues

2000-05-16 Thread Gerald Richter
Hi, > SetEnv EMBPERL_COOKIE_EXPIRES 10 unfortunately Embperl cannot handle relativ expire times. It just passes the value you set in EMBPERL_COOKIE_EXPIRES in the http header to the browser, so it must be the full date. Remove the above line from your config and it should work. In this case the

more udat persistence issues

2000-05-16 Thread Steven D. Arnold
Hi, I'm having some strange udat persistence issues. I have read through the previous threads on this and I'm attempting to implement those ideas, and also running into problems there. I have attempted to set the session cookie timeout to 10 minutes and set the locking mechanism to NullLocke

RE: FOREACH and TABLES

2000-05-16 Thread Gerald Richter
Ruben, > > We've seen over time a number of small weird behaviors with FOREACH > loops and tables. I though I saw something once about potential > problems. This is some test code for a report we are writing. The top > half is just testing the returned data structures from the GRADES.pm and > A

Re: FOREACH and TABLES

2000-05-16 Thread Ruben I Safir
Thanks Gerald - We've seen over time a number of small weird behaviors with FOREACH loops and tables. I though I saw something once about potential problems. This is some test code for a report we are writing. The top half is just testing the returned data structures from the GRADES.pm and AUT