Welcome, Guest. Please Login or Register.
October 03, 2024, 11:24:04 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Help with login/logout problem « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Help with login/logout problem  (Read 310 times)
jollyjimpoppy
Noobie
*
Posts: 3


I'm a llama!

Help with login/logout problem
« on: May 09, 2003, 01:38:20 AM »
Reply with quote

I was wonder if anyone was willing to take a look at my site and see if they can help figure out my login/logout problem.

I have tried all the suggestions on the other post and seem to still have the problem.

php 4.2 ( if i remeber correctly)

site is
www.integrated-computers.net/yabbse/index.php

login is admin
passwd is wadel3

email is [email protected]

everything worked fine until i upgraded to 1.5.1 and i have upgraded to 1.5.2.


thanks
Lenny
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Help with login/logout problem
« Reply #1 on: May 09, 2003, 02:29:54 AM »
Reply with quote

Please check what $cookiename is in Settings.php and reproduce it here.

Also, you might try applying my "Global Cookies" mod, which can be found in the Completed Mods board.

-[Unknown]
Logged
jollyjimpoppy
Noobie
*
Posts: 3


I'm a llama!

Re:Help with login/logout problem
« Reply #2 on: May 09, 2003, 10:46:47 AM »
Reply with quote

I have applied the Global cookies mod.
This did not fix it.

here are my cookie names:

$Cookie_Length = 60;            # Cookies will expire after XX minutes of person logging in (they will be logged out after)
$cookieusername = "integratedccomputersusid";            # Name of the username cookie
$cookiepassword = "integratedcomputerspasswd";



thanks
lenny
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Help with login/logout problem
« Reply #3 on: May 09, 2003, 11:17:33 AM »
Reply with quote

Quote from: jollyjimpoppy on May 09, 2003, 10:46:47 AM
I have applied the Global cookies mod.
This did not fix it.

here are my cookie names:

$Cookie_Length = 60;            # Cookies will expire after XX minutes of person logging in (they will be logged out after)
$cookieusername = "integratedccomputersusid";            # Name of the username cookie
$cookiepassword = "integratedcomputerspasswd";



thanks
lenny

There's you problem.  Two names is bad for 1.5.1 or 1.5.2.

Replace these:
$cookieusername = "integratedccomputersusid";            # Name of the username cookie
$cookiepassword = "integratedcomputerspasswd";

With this:
$cookiename = "integratedccomputersid";            # Name of the cookie

And it will work again.

-[Unknown]
Logged
jollyjimpoppy
Noobie
*
Posts: 3


I'm a llama!

Re:Help with login/logout problem
« Reply #4 on: May 09, 2003, 07:04:08 PM »
Reply with quote

thanks, everythings works now
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Help with login/logout problem « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.080 seconds with 20 queries.