RE: Embperl::Object with session management?

2006-01-16 Thread Andrew O'Brien
Your apache config was cut off but I would first think that you're missing the following (1.3 syntax, change as necessary for 2.x): PerlSetEnv EMBPERL_COOKIE_PATH / -- Andrew O'Brien > -Original Message- > From: Dan Lenski [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 17 January 2006 4:0

Embperl::Object with session management?

2006-01-16 Thread Dan Lenski
Hi all, I'm new to the list, but have been using Embperl for about a year and absolutely love it. I've just started using Embperl::Object and discovered a subtle issue with session management in a project with subdirectories. I have a project in a directory called "/var/www/cms/", under which the

RE: UTF-8 problems with links

2006-01-16 Thread Gerald Richter
> Seems that DBI is setting the UTF8 flag right with Oracle. > So it *should* be right?! > > The generated link is: > https://nac.mon.dsh.at/add-record.epl?table=raduser&subtable=r > adservice_pop&defval_fk_radaccesstype=5&defval_fk_division=140 > &defval_clientname=GD%20L%C3%B6w&defval_zip=&defva

RE: UTF-8 problems with links

2006-01-16 Thread Hartmaier Alexander
Hi Gerald! This is the dump from $clientname which is 'GD Löw': SV = PV(0x92f6c90) at 0xaa0d51c REFCNT = 1 FLAGS = (POK,pPOK,UTF8) PV = 0xa747270 "GD L\303\266w"\0 [UTF8 "GD L\x{f6}w"] CUR = 7 LEN = 8 Seems that DBI is setting the UTF8 flag right with Oracle. So it *should* be right?!