PDA

View Full Version : Turn off security for a page


billthecat
09-16-2010, 04:10 PM
Hi All,

I'm new to VB so bare with me. I'm integrating our vb site with our website for franchises. I've locked the forum down so you have to be logged in to do or see anything. Integrated the login with our main website etc.

I'm now creating a vb powered script to create the user in vb when they create them within our website. Once issue i'm having is when you go to the page (my custom vb powered page) it brings up the login page since everything is locked down. I remember seeing a setting you place on the page that tells it to ignore the security setting but i don't remember what it is and haven't been able to re-find it.

kh99
09-18-2010, 12:22 AM
I'm not sure, but maybe you mean:

define('SKIP_SESSIONCREATE', 1);