> is it possible to benchmark a site/page which uses authentication via
PHP
> sessions?. If so, could you please tell me some hints to do it?.

Why does it matter if the page is authenticated? Get the time at the
beginning, the time at the end of the page, subtract smaller from
larger, and you've got how long it took the page to be created.... I
think PEAR has a module that provides a nice interface for doing this
and I'm sure there are others.

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to