PDA

View Full Version : $session questions


tomsch
02-06-2010, 07:21 PM
I am trying to integrate VB4 with TNG.

i think i found a simply way to do the integration but i need a few questions about using sessions answered.

TNG hast a session_start() command that is used in its login file.

what i would like to know is if i remove that command will i

1) still be using the session that VB4 created?

2) can i register additional variables using session_register?

3) will i be able to access VB4 variables in TNG and use usergroup permissions like the user info, etc..?


this assumes i include the global.php where needed