I went with the default settings when I installed and am currently using cookies with whatever that long number was for the number of seconds (over 1million).
I realize now tha tI want to go to a session based option, so that if a user leaves his computer on, another person just can't open up a browser and get into some of our private forums. (although, I do realize that if the same browser that had accessed it is open, they can)...
What can I do about all those cookies out there set to expire in 1 million seconds.
Is there anyway for me to disable in teh main.inc.php the cookie check? I've found the pertinent code in general, but...not like I know what I'm doing <img border="0" title="" alt="[Razz]" src="images/icons/tongue.gif" />
I think that one way to quickly defeat that cookie check is to change the name of the cookie it's looking for, that way it wouldn't find it, and force them to log in, then they're on a session basis, so no new cookies for login purposes would be set. Where would I do this specifially?