The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Persistent Cookies
Hello, I need to change my forum so that the cookies do not persist after the browser is closed. As I understand it, this is done via the Set-Cookie HTTP Header by removing the 'Expires' tag, but I don't know where to change this or what specifically to change it to. I've been told this has privacy and security implications, any advice on changing this?
|
#2
|
||||
|
||||
If the user doesn't click the Remember Me box, then the cookies should not be persistent. So, if you removed the Remember Me box from the login screen and then changed the cookie prefix in the config.php file, I believe you will get what you want without having to modify the cookie code.
|
#3
|
|||
|
|||
Is there a way to make all cookies session cookies, in addition to removing that? I'm not sure how the scan works or what exactly it's looking at, i've just been told by the security guys "Your site here uses persistent cookies, disable that". How do I disable the 'Remember Me' box? A quick search says it's in the header template. Specifically these lines:
Code:
<div id="remember" class="remember"> <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label> </div> |
#4
|
||||
|
||||
Just remove that lines from the template (or use CSS to not display it).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|