Basic 2.0.8 BETA has been released!
Anonymous,

Please Login or Register
Download Nuke Evolution today for a CMS you can enjoy using and sharing with your friends!

[ Download Now ]
Forum Index  ·  Search  ·  Usergroups  ·  Edit your profile  ·  Members  ·  Log in to check your private messages 
Ranks  ·  Staff  ·  Statistics  ·  Board Rules  ·  Forum FAQ  ·  Log in

Search for at
Nuke-Evolution.com Advanced Search


+
Latest Site News   Next 6 >>  
 Forum   Author   Replies   Last Post 
[RELEASE] 2.1.0 Evo Final Version Official Evo Communiques ReOrGaNiSaTiOn 10 Sat Sep 04, 2010 8:45 am
Spiders View latest post
[WANTED] Official translators for different languages Official Evo Communiques ReOrGaNiSaTiOn 3 Sun Jul 25, 2010 1:38 am
killigan View latest post
The Future of Nuke Evolution Official Evo Communiques killigan 12 Mon Jul 12, 2010 4:10 pm
Virus7 View latest post
New PHPBB-Evolution & Evolution-CMS Sites Official Evo Communiques Technocrat 61 Sun Jul 11, 2010 10:38 pm
Crysis View latest post
phpBB-Evolution Alpha 1 Release Official Evo Communiques Technocrat 7 Sun Aug 23, 2009 2:10 am
coopvet2000 View latest post
Other "versions" Official Evo Communiques Technocrat 0 Fri Aug 21, 2009 11:52 am
Technocrat View latest post
 
Recent Topics   Next 14 >>  
 Forum   Author   Replies   Last Post 
Coding Lessons General killigan 12 Mon Aug 23, 2010 10:32 am
SgtLegend View latest post
Nuke Evolution 2.0.8 Beta Release Nuke Evolution 2.0.8 Beta killigan 10 Thu Aug 19, 2010 3:16 am
SgtLegend View latest post
Video Tutorials (Nuke Evolution Guides) General killigan 9 Sat May 22, 2010 2:45 pm
SgtLegend View latest post
[EXPERIMENTAL] SQL Indexes Improvements (Speed up your site) 2.0.x Official Problems & Fixes Technocrat 20 Mon Oct 05, 2009 6:24 am
ReOrGaNiSaTiOn View latest post
[FIX] - Private_Messages bargraph 2.0.x Official Problems & Fixes bigbang 6 Thu Jul 02, 2009 10:54 pm
bigbang View latest post
[SECURITY FIX] CAPTCHA 2.0.x Official Problems & Fixes Technocrat 8 Tue Apr 28, 2009 7:15 am
davespanzer View latest post
[SECURITY FIX] Your Account 2.0.x Official Problems & Fixes ReOrGaNiSaTiOn 7 Tue Apr 28, 2009 7:15 am
davespanzer View latest post
[FIX] Correct Cookie Settings (Invalid Session Error) 2.0.x Official Problems & Fixes Technocrat 208 Thu Feb 19, 2009 1:46 pm
Technocrat View latest post
[FIX] Forum Search 2.0.x Official Problems & Fixes Technocrat 3 Mon Jan 05, 2009 7:25 pm
ninowebs View latest post
Idea PLEASE SEARCH FIRST! -- Simple How-To General Tulisan 9 Tue Dec 16, 2008 3:15 pm
sameera View latest post
a few simple questions Modules jonny569 0 Thu Sep 09, 2010 10:08 pm
jonny569 View latest post
lost block General Joplin 2 Thu Sep 09, 2010 6:09 pm
Joplin View latest post
Hello from (old) PHP-Nuke world... General Mamoru-kun 5 Thu Sep 09, 2010 3:05 am
Mamoru-kun View latest post
Can't change General Site info 2.0.x Post-Install Help Jotunhammer 1 Tue Sep 07, 2010 11:39 pm
Daveran27703 View latest post

[FIX] Correct Cookie Settings (Invalid Session Error)
Goto page : 1, 2, 3 ... 12, 13, 14  Next
 
Post new topic   This topic is locked: you cannot edit posts or make replies.   printer-friendly view    Nuke-Evolution.com Forum Index -> 2.0.x Official Problems & Fixes
View previous topic :: View next topic  
Author Message
Technocrat
Developer
Developer



Joined: Jan 06, 2005
Posts: 10995
Location: Hell

Status: Offline
PostPosted: Wed Jan 30, 2008 1:40 pm Post subject: [FIX] Correct Cookie Settings (Invalid Session Error) Reply with quote

Please Read and adjust your forum cookie settings accordingly.

PLEASE READ THESE STEPS VERY CAREFULLY
If you are still getting the invalid session errors after these changes clear you cookies.  If your still getting the error check your settings again.  Everyone that I have helped with this issue that has claimed that they did it correctly but still gets the errors had their cookie settings wrong.  Wouldn't you know fixing them made the errors go away.

Please note that the use of an IP address will NOT work.  You must have a proper DNS entry with a TLD.

NOTE: The cookie name is now important
If you get url or cookie validation errors overrule them as the config they were built on no longer work.  So keep clicking yes.
This will fix the invalid session error.
You may also have to clear you cookies.

If your cookie name is longer than the field allows for
Quote:
Open
modules/Forums/templates/subSilver/admin/board_config/board_cookies.tpl

Find:
maxlength="16"

Replace with:
maxlength="255"


Secure cookie should be off

Your site is on the root of a domain
Example URL: http://www.mysite.com /  http://mysite.com
Cookie domain: .mysite.com  (Note the period before the name)
Cookie name: mysite (The cookie name MUST match exactly your domain without the suffix)
Cookie path: /


Your site is on subdomain
Example URL: http://nuke.mysite.com
Cookie domain: nuke.mysite.com
Cookie name: mysite (The cookie name MUST match exactly your domain without the suffix)
Cookie path: /


Your site is in a sub folder
Example URL: http://www.mysite.com/nuke/
Domain Name: www.mysite.com
Script Path: /nuke/modules/Forums/
Cookie domain: .mysite.com (Note the period before the name)
Cookie name: mysite (The cookie name MUST match exactly your domain without the suffix)
Cookie path: /nuke (Note there is no / at the end)






phpBB-Evolution / phpBB-Evolution Blog
Technocrat's blog / Ways to thank me


Last edited by Technocrat on Mon Jul 21, 2008 11:29 am; edited 7 times in total
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
clyde4210
Copyrights Violator
Copyrights Violator



Joined: Mar 13, 2007
Posts: 626


Status: Offline
PostPosted: Wed Jan 30, 2008 2:47 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

is this for all evo users or just ones with  invalid cookies ( url cookie errors)? also does this effect coppermine gallery and should that be adjusted aswell?

nevermind i reread what you said about errors. one thing though, i believe this should apply to coppermine aswell for those that have it installed.
Back to top
View user's profile Send private message
Technocrat
Developer
Developer



Joined: Jan 06, 2005
Posts: 10995
Location: Hell

Status: Offline
PostPosted: Wed Jan 30, 2008 3:37 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

I would suggest everyone do it

If coppermine is working then I would leave it alone






phpBB-Evolution / phpBB-Evolution Blog
Technocrat's blog / Ways to thank me
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
clyde4210
Copyrights Violator
Copyrights Violator



Joined: Mar 13, 2007
Posts: 626


Status: Offline
PostPosted: Wed Jan 30, 2008 4:17 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

ok now, i get errors stating that isn't the cookie domain the the server is reporting.
Back to top
View user's profile Send private message
bjarbj78
Evolution Super User
Evolution Super User



Joined: Apr 30, 2005
Posts: 358
Location: The Universe

Status: Offline
PostPosted: Wed Jan 30, 2008 4:43 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

@Technocrat

Hi thanks for all fixes Smile

But one thing crossing my mind. The Cookie domain have to be exactly the same as Domain Name in "General Board Settings"
I have (www.mysite.com) as Domain Name and I have to use (www.mysite.com) as Cookie domain or i got this error if i set (.mysite.com) as Cookie domain
" The Cookie Domain you entered (.mysite.com) does not match the URL that the server is reporting (www.mysite.com)"

Cheers
Back to top
View user's profile Send private message
Technocrat
Developer
Developer



Joined: Jan 06, 2005
Posts: 10995
Location: Hell

Status: Offline
PostPosted: Wed Jan 30, 2008 4:44 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

Just keep saying yes






phpBB-Evolution / phpBB-Evolution Blog
Technocrat's blog / Ways to thank me
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
sincity
Evolution Power User
Evolution Power User



Joined: Jun 19, 2006
Posts: 101


Status: Offline
PostPosted: Wed Jan 30, 2008 4:45 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

yes lol
Back to top
View user's profile Send private message
bjarbj78
Evolution Super User
Evolution Super User



Joined: Apr 30, 2005
Posts: 358
Location: The Universe

Status: Offline
PostPosted: Wed Jan 30, 2008 4:50 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

Okay.. bu I got error in Arcade Admin ------> Settings check

phpBB Pref - Script Path:
"/modules/Forums/" OK

phpBB Pref - Server Name:
"www.mysite.com" OK

phpBB Pref - Cookie Domain:
".mysite.com"               Failed Empty value or www.mysite.com expected.

phpBB Pref - Cookie Path:
"/" OK
Back to top
View user's profile Send private message
Technocrat
Developer
Developer



Joined: Jan 06, 2005
Posts: 10995
Location: Hell

Status: Offline
PostPosted: Wed Jan 30, 2008 4:52 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

Ignore it.  The arcade should still work






phpBB-Evolution / phpBB-Evolution Blog
Technocrat's blog / Ways to thank me
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
clyde4210
Copyrights Violator
Copyrights Violator



Joined: Mar 13, 2007
Posts: 626


Status: Offline
PostPosted: Wed Jan 30, 2008 4:53 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

Technocrat wrote (View Post):
Just keep saying yes


here's my problem with just saying "yes".
remember alot of users had a hard time with arcade because cookies did not match up correctly. now that being said coppermine also has issues if cookie is different, i had to install coppermine 7 or more times before i relized in the Gallery/admin.php, neeeded changed from coppermine to my mysite.
can we expect fixes for those? should they become effected by this change.
Back to top
View user's profile Send private message
Technocrat
Developer
Developer



Joined: Jan 06, 2005
Posts: 10995
Location: Hell

Status: Offline
PostPosted: Wed Jan 30, 2008 4:59 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

These settings should be more correct.  So it should be better.  However if your concerned about it and your cookies have not been a problem in the past, then really the most important thing is the cookie name as that has to be changed to the domain now or it will give you the invalid session error.






phpBB-Evolution / phpBB-Evolution Blog
Technocrat's blog / Ways to thank me
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
clyde4210
Copyrights Violator
Copyrights Violator



Joined: Mar 13, 2007
Posts: 626


Status: Offline
PostPosted: Wed Jan 30, 2008 5:08 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

only reason i am asking is due to the fact in your security fixes it states "that the cookie settings must be correct", which points here.
i've never had a cookie issue besides coppermine admin till i changed the cookie in its gallery/admin.php. is this a must have for those security fixes to function correctly?

i know these are alot of questions but, i'd rather be secure and not start ignoring things that should mostly likely be dealt with before i and others have alot more question or problems down the road.
thanks,
passes the mic to tec for his thoughts.
Back to top
View user's profile Send private message
Technocrat
Developer
Developer



Joined: Jan 06, 2005
Posts: 10995
Location: Hell

Status: Offline
PostPosted: Wed Jan 30, 2008 5:14 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

Again the only real issue that I have found is with the cookie name.  That has to be correct it seems more than anything and is the reason for the post.






phpBB-Evolution / phpBB-Evolution Blog
Technocrat's blog / Ways to thank me
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
clyde4210
Copyrights Violator
Copyrights Violator



Joined: Mar 13, 2007
Posts: 626


Status: Offline
PostPosted: Wed Jan 30, 2008 5:21 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

Ok thank you for clearing that up for me and others who will follow this convo.

Thank you,
Clyde


Last edited by clyde4210 on Wed Jan 30, 2008 7:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
bjarbj78
Evolution Super User
Evolution Super User



Joined: Apr 30, 2005
Posts: 358
Location: The Universe

Status: Offline
PostPosted: Wed Jan 30, 2008 5:22 pm Post subject: Re: [FIX] Correct Cookie Settings Reply with quote

Hi Technocrat Smile

Everything seems to work OK here Wink
Thanks again for all new fixes.

Cheers
Back to top
View user's profile Send private message
Display posts from previous:
Post new topic  This topic is locked: you cannot edit posts or make replies.   printer-friendly view Nuke-Evolution.com Forum Index ->  2.0.x Official Problems & Fixes All times are UTC - 5 Hours [DST enabled]
Goto page : 1, 2, 3 ... 12, 13, 14  Next
Page 1 of 14


Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum




Powered by phpBB © 2001, 2006 phpBB Group

EvoXtreme Theme by SgtLegend
Forums ©