Quote:
Originally Posted by MarcoH64
If you really need to set your own head/session/cookies, you could try adding one (or both) of the following lines before your call to global.php:
PHP Code:
define('NOHEADER', 1);
define('NOCOOKIES', 1);
|
Hi MarcoH64, but if I want to use global.php for VB's cookie to integrate with another app, would the above code disable the vb cookie system?
Thanks for your help!