> The docs say that so long as you don't touch udat, a session won't be
> created. Then they are more specific and say so long as you don't
> *write* to udat one won't be created. I just want to make sure that
> reading udat doesn't cause a cookie to be created (or hit the
> database). I think that's the case, but I just wanted to double
> check. Otherwise I can do what I do when I want to write to udat
> only if it already exists:
> $session = tied %$udat;
> return undef if (!$session); # I don't think this
happens
> $sessid = $session->getid();
> return undef if (!$sessid); # Won't create a session
id
>
$session->getid() will never create a new session if it not already exists
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]