- Posts: 12
- Thank you received: 0
session timeout
- mark landry
- Topic Author
- Offline
- New Member
-
Less
More
11 years 1 month ago #42538
by mark landry
session timeout was created by mark landry
Hi,
Having an intermittent problem, seems to be associate with certain OS and Browser combos.
Anyway, when info on form us submitted, then "verify" button is clicked, the joomla "your session has timed out, please log in again" error is thrown.
mariondowns.com/donate-form
Can you help with this?
Thank you
Mark Landry
Having an intermittent problem, seems to be associate with certain OS and Browser combos.
Anyway, when info on form us submitted, then "verify" button is clicked, the joomla "your session has timed out, please log in again" error is thrown.
mariondowns.com/donate-form
Can you help with this?
Thank you
Mark Landry
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
11 years 1 month ago #42580
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic session timeout
Hi Mark
Please submit a support ticket sending us admin and FTP account of your site. We will edit code, remove session check to solve this issue.
Tuan
Please submit a support ticket sending us admin and FTP account of your site. We will edit code, remove session check to solve this issue.
Tuan
Please Log in or Create an account to join the conversation.
- mark landry
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
11 years 1 month ago #42709
by mark landry
Replied by mark landry on topic session timeout
Can you give me the path for the file so I can do it myself?
That way if we update I'll know where it is
Thanx
That way if we update I'll know where it is
Thanx
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
11 years 1 month ago #42732
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic session timeout
Hi Mark
There are few files :
1. Components/com_jdoantion/views/confirmation/view.html.php, find and remove the code :
2. Find the same line of code in the file components/com_jdonation/controller.php and remove it from there as well (there are several lines of code like that).
Regards,
Tuan
There are few files :
1. Components/com_jdoantion/views/confirmation/view.html.php, find and remove the code :
Code:
JRequest::checkToken() or jexit( 'Invalid Token' );
2. Find the same line of code in the file components/com_jdonation/controller.php and remove it from there as well (there are several lines of code like that).
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- mark landry
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
11 years 1 month ago #42933
by mark landry
Replied by mark landry on topic session timeout
Great - thank you for the suggestIon
If I disable the session check, with that affect security?
If so, is there any other fix for this?
If I disable the session check, with that affect security?
If so, is there any other fix for this?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
11 years 1 month ago #42957
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic session timeout
Hi Mark
Not much problem with Security, don't worry. Sometime, even Joomla core code (the one I mentioned) doesn't work and we will have to remove it as I mentioned.
Tuan
Not much problem with Security, don't worry. Sometime, even Joomla core code (the one I mentioned) doesn't work and we will have to remove it as I mentioned.
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.