|
Login/Logout problems? PLEASE READ
|
|
03-06-2010, 05:27 PM
Post: #691
|
|||
|
|||
RE: Login/Logout problems? PLEASE READ
You've still got other errors, your board currently isn't working at all, you'll need to fix that first.
Download My Plugins My Personal Site - Twitter |
|||
|
03-06-2010, 06:27 PM
Post: #692
|
|||
|
|||
RE: Login/Logout problems? PLEASE READ
(03-06-2010 05:27 PM)MattRogowski Wrote: You've still got other errors, your board currently isn't working at all, you'll need to fix that first. http://www.fpsharepoints.com/Upload Regards, Muneeb ul haq |
|||
|
03-06-2010, 06:31 PM
(This post was last modified: 03-06-2010 06:31 PM by MattRogowski.)
Post: #693
|
|||
|
|||
RE: Login/Logout problems? PLEASE READ
OK, if those cookies aren't working, make sure ./inc/settings.php is CHMOD to 666, and make sure your browser is accepting cookies, and that you've cleared them.
Download My Plugins My Personal Site - Twitter |
|||
|
03-06-2010, 07:11 PM
(This post was last modified: 03-06-2010 07:15 PM by LeXXoZ.)
Post: #694
|
|||
|
|||
RE: Login/Logout problems? PLEASE READ
I had problems with logging out in firefox, i tried all stuff like cleaning cookies, check the settings, clean cache but it kept nagging me.
So i went to investigate the login / logout file. What i noticed was : When a user logs in, these 2 lines in members.php are run PHP Code: my_setcookie("mybbuser", $user['uid']."_".$user['loginkey'], null, true);now what i did was changed the true state of both into a false state like PHP Code: my_setcookie("mybbuser", $user['uid']."_".$user['loginkey'], null, false);and voila, my problems regarding to firefox where solved, some research towards the my_setcookie function gave me this info my_setcookie void my_setcookie( string $name, [string $value = ""], [int $expires = ""], [boolean $httponly = false]) [line 1483] MyBB setcookie() wrapper. Parameters * string $name - The cookie identifier. * string $value - The cookie value. * int $expires - The timestamp of the expiry date. * boolean $httponly - True if setting a HttpOnly cookie (supported by IE, Opera 9, Konqueror) Maybe someone has something on this info to solve their problems ![]() at least my forums work fine now on both IE8 + FF 3.6 i can logout without staying logged in ! |
|||
|
03-06-2010, 07:18 PM
Post: #695
|
|||
|
|||
RE: Login/Logout problems? PLEASE READ
still facing problem, after sometime automatically session out ....
|
|||
|
03-06-2010, 07:21 PM
(This post was last modified: 03-06-2010 07:21 PM by MattRogowski.)
Post: #696
|
|||
|
|||
RE: Login/Logout problems? PLEASE READ
I can login and logout just fine in Firefox with no modifications needed... if what you're saying is correct this would also affect Chrome, which it doesn't.
(03-06-2010 07:18 PM)themulhaq Wrote: still facing problem, after sometime automatically session out .... And you've done everything I said above?? PM me admin login details... Download My Plugins My Personal Site - Twitter |
|||
|
03-06-2010, 07:33 PM
Post: #697
|
|||
|
|||
RE: Login/Logout problems? PLEASE READ
(03-06-2010 07:21 PM)MattRogowski Wrote: I can login and logout just fine in Firefox with no modifications needed... if what you're saying is correct this would also affect Chrome, which it doesn't. But Mr. Matt there is problem with Admin Login, not with normal user, in ACP i have these issues, logout automatically, i follow all instruction but still same. |
|||
|
03-06-2010, 07:49 PM
Post: #698
|
|||
|
|||
RE: Login/Logout problems? PLEASE READ
I just logged in, logged out, clicked around, it was fine. It's a problem on your end.
However seeing as you have once again changed the MyBB Powered By message, you're being denied support. You changed it before, then changed it back to what it should be when I mentioned it above in post #683, now you've changed it back again, so you cannot get any more support here. Download My Plugins My Personal Site - Twitter |
|||
|
03-06-2010, 08:19 PM
(This post was last modified: 03-07-2010 09:14 AM by themulhaq.)
Post: #699
|
|||
|
|||
RE: Login/Logout problems? PLEASE READ
I'm sorry for this it was request for website owner. i will replace this * ......
i removed it already, Matt ..... and now it is not going to change |
|||
|
03-07-2010, 07:34 PM
Post: #700
|
|||
|
|||
RE: Login/Logout problems? PLEASE READ
As I said just above, it worked fine for me, so the forum settings are fine, it's something on your end. Make sure your browser is accepting cookies, clear cookies, try another browser.
Download My Plugins My Personal Site - Twitter |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread:
Search
Member List
Calendar
Help
RE: Login/Logout problems? PLEASE READ 


