> I created index.html with this content:
>
> The page is requested [+ $fdat{counter}++ +] times
>   since [+ $fdat{date} ||= localtime +]
>
> but it doesn`t work. Counter is zero. I use patched version (session
> problems with perl 5.6.0+) of Embperl 1.3.2. Maybe you missed fix the page
> sessions uhm?
>

must be $mdat{...} not $fdat{...}. %mdat holds per page data, %fdat holds
the form data posted to that page (and %udat holds per user data).
Additionaly session management must be configured correctly to make %mdat
work.

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to