
| Tutorials Main Latest Tutorials Popular Tutorials Top Rated Tutorials |
| Login to See your Favorite Tutorials |
| Description: Most of you have ran into the oh very popular "invalid session please resubmit the form". Especially for new registries and people trying to post on your forums. It is usually caused by the cookies and I will go over how to fix that for ya. | |
| Version: 1.0 | |
| Added on: 16 June 2009 | |
| Author: DreAdeDcoRpSE | |
| Difficulty Level: Easy | |
| Views: 3739 | |
Most of you have ran into the oh very popular "invalid session please resubmit the form". Especially for new registries and people trying to post on your forums. It is usually caused by the cookies and I will go over how to fix that for ya. I figured I would put this in here since I have answered this problem many times in the forums and seems to be and issues with many people.
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
| Code: |
|
Open modules/Forums/templates/subSilver/admin/board_config/board_cookies.tpl Find: maxlength="16" Replace with: maxlength="255" |