browser shut, logging out (General)

by Andy, Tuesday, October 11, 2011, 14:39 (4589 days ago)

Hi there

I wonder if you could help me with one query that I just can't seem to solve. Basically I have multiple forums, all using the same session prefix so people can jump to each forum and stay logged in - works great.

The aspect that isn't working is that when a user shuts their browser, they have to log in again when they re-open it. Autologin is checked for all forums.

It could be something I've done, as I have customised it a fair bit but I just can't figure it out. Would you be able to point me in the right direction of what I should be checking?!

Thank you again, such a great piece of coding.

Andy

Solved

by Andy, Wednesday, October 12, 2011, 11:08 (4588 days ago) @ Andy

Ok, that's solved now:

As I had amended the file structure (all forums use just the one set of modules,includes and theme folders) I had forgotten to adjust the path in main.inc.php

from: include('includes/auto_login.inc.php');

to:

include('auto_login.inc.php');


Cheers

Andy

RSS Feed of thread