- on Front-End:
- confirm, that none of the link urls (check few urls in random places) have ?sid=... in them
- in IDE:
- open /index.php for editing
- add $application->Session->CachedNeedQueryString = true; line after $application->Init(); line
- save changes
- on Front-End:
- confirm, that all of the link urls (check few urls in random places) have ?sid=... in them
- in IDE:
- open /index.php for editing
- replace $application->Session->CachedNeedQueryString = true; line with $application->Session->CachedNeedQueryString = false;
- save changes
- on Front-End:
- confirm, that none of the link urls (check few urls in random places) have ?sid=... in them
Details
Details
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Branch
- /in-portal/branches/5.2.x
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 730 Build 730: arc lint + arc unit