Quote:
Originally Posted by Princeton
within templates, the session id is added via
$session[sessionurl] or $session[sessionurl_q]
within files
$vbulletin->session->vars['sessionurl'] OR $vbulletin->session->vars['sessionurl_q']
I suggest reviewing templates/files for examples
|
What is the difference between "sessionurl" and "sessionurl_q" ?
And most important: how do I know when to pass the variables in the URL ? There must be a way to know if the user has cookies enabled or disabled.
In some places I also found a third version:
Code:
$vbulletin->session->vars['sessionurl_js']
What is this version good for ?
Regards,
Razvan