Issue Details (XML | Word | Printable)

Key: CRM-2148
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed/Completed
Priority: Major Major
Assignee: Rupam Jaiswal
Reporter: Donald A. Lobo
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
CiviCRM

CiviCRM does not work with Joomla 1.0.13

Created: 30/Jul/07 07:23 PM   Updated: 08/Dec/08 12:26 PM
Component/s: None
Affects Version/s: 1.7, 1.8
Fix Version/s: 1.8

Time Tracking:
Not Specified


 Description  « Hide

Joomla 1.0.13 changes the admin session code to improve security which broke CiviCRM. From the release announcement:

Improved Administrative Session Security

To address a potential issue known as "session fixation" attacks, we have implemented some small changes into Joomla! 1.0.13 to improve the security of administrative sessions. Administrative sessions will now be destroyed and recreated with each request in order to prevent session fixation and session hijacking attacks.

We expected session_id( ) to return the same value everytime, which it does not with the above fix. hence things broke

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Donald A. Lobo added a comment - 30/Jul/07 07:26 PM

we cache the session_id we use the first time, hence our guaranteed a unique value and we remember and use the same value once we cache it


Manish Zope added a comment - 03/Jan/08 10:53 PM
Verify for 2.0

Manish Zope added a comment - 07/Jan/08 01:47 AM
Assigning to Rupam for verification