Are there any issues with using mdat and udat in the same page?
I've been using udat for a while with no problems, and mdat also seems to
work fine on its own, but mdat and udat in a single page cause the server
to lockup.
I'm using Embperl 1.3.4, Session 1.54, SessionX 2.00b3. I'm using mysql
for session storage.
I have pages,
x.html: [+ $udat{x} +]
y.html: [+ $mdat{y} +]
z.html: [+ $udat{x}." ".$mdat{y} +]
x.html and y.html work fine, but z.html causes the page to hang forever.
---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org