Jump to content

Stay Logged in problems


Recommended Posts

i lose all the latest messages when it times me out and a i have to log in again =(

I HATE that... It means I have to allow about an hour of continuous time just to read the entire forums... Can't stop mid-way through.

Link to comment
if you use the link on the site itself there is no problem. The problem is cookies, but you can't set 1 cookie for 2 durl's :S

Actually blokker you can

<?
setcookie('name','value',time()+3600,'*.mtavc.com');
?>

or

<?
setcookie('name','value',time()+3600,'forum.mtavc.com');
setcookie('name','value',time()+3600,'mtavc.com/forum');

?>

So if you set the cookie path to *.mtavc.com it might work :S

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...