The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
That would be great... I've searched around and can find various places talking about doing it but nothing that really paves the way.
|
#12
|
|||
|
|||
![]()
It doesn't do "nothing" its gets stored in the MD5 doesn't it?
Here it is... Code:
php_value session.use_only_cookies 1 php_value session.use_trans_sid 0 |
#13
|
|||
|
|||
![]()
Thanks. I tried it and it gave me a 500 error.
What I originally was thinking, it seems like if you knew where $session[sessionurl] is given a value you could just cancel it out. It makes sense to me but I can't find where it's handled. |
#14
|
|||
|
|||
![]()
Its in the templates
![]() |
#15
|
|||
|
|||
![]()
I mean find where the session variable is actually given the session id, somewhere in the php files or wherever (I've looked but cant find where). Removing the session variable in the templates is an option, but I wanted to keep the functionality for members and/or only in my forum, plus that would be a PITA to remove them all from the templates.
|
#16
|
|||
|
|||
![]() Quote:
Quote:
|
#17
|
|||
|
|||
![]()
Thanks for trying to help.
I actually just came up with exactly the solution I was looking for. A simple plugin using global_start Code:
$vbulletin->session->vars['sessionurl'] = ''; $vbulletin->session->vars['sessionurl_q'] = ''; |
#18
|
|||
|
|||
![]()
That turns it off?
|
#19
|
|||
|
|||
![]()
Yup, it removes the session id from all links. I also added a conditional so that it only happens for guests. This way when a member logs in and isn't allowing cookies, everything works completely like normal.
|
#20
|
|||
|
|||
![]()
Im sure you read my post explaining what it does right? You shouldn't remove it. Oh well your choice, good luck!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|