18 Jun
2006
18 Jun
'06
9:20 p.m.
Take a look at drupal_bootstrap(). I'm not sure if you need to do a full bootstrap, but I don't think it would hurt. See update.php for an example.
It will hurt your performance. You want DRUPAL_BOOTSTRAP_SESSION.
wow. including bootstrap.inc and common.inc basically loaded all Drupal which is quite a heavy operation...
basicly i did it WITHOUT drupal_bootstrap. The only thing I want to know if the user logged in or from outside drupal enviroment (not from index/main.php). -- Tamir