Quote:
Originally Posted by bulbasnore
Marco, thanks for making me smarter about this. I suppose it changes for the better in 3.5. I'm actually coding some tests using chdir right now; I'm hoping that global.php doesn't clear my form variables. Cheers.
edit:Yep. Completely wipes out the form submission (http_post_vars) when I authenticate the target of the form action.
This becomes really byzantine, I'm vb authenticating the dynamically loaded input form just fine by loading global.php before my other requires. I guess at that point I have to set my own cookie to be checked by the target of the submission? Is there a better way?
|
Anyone have a solution to this? I'm looking too.
I'd like to use only some of the global values, WITHOUT calling global.php (because it wipes out my other apps variables).
I only need a few template globals and whether the user is a Member...
Any solution without calling global.php?