Anonymous | Login | 2024-12-22 00:07 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001600 | ClearOS | clearos-framework | public | 2014-03-10 13:57 | 2020-05-01 08:05 | ||||
Reporter | bchambers | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | major | Reproducibility | sometimes | ||||
Status | closed | Resolution | won't fix | ||||||
Platform | OS | OS Version | |||||||
Product Version | 6.5.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001600: set_message does not always get set in session | ||||||||
Description | Strange behavior possibly related to 4K cookie limit size has been seen where set_message() function does not set data to the session object. Echoing out some random garbage on the page over a certain size will trigger setting of the session object. Cookie size? http://ellislab.com/codeigniter/user-guide/libraries/sessions.html [^] PHP output buffering? | ||||||||
Steps To Reproduce | On an unregistered box, go to registration page using ver 1.4.31 or less. Complete form and click "Register". Keep trying to register by clicking on Register. Nothing message will come up. Edit /usr/clearos/apps/registration/controllers/registration.php add: devel_print_r($this->session->userdata); just before $this->page->view_form('registration/register', $data, lang('registration_registration')); Now hammer away trying to register box...message will come up each time. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0014101) NickH (developer) 2020-05-01 08:05 |
This is a 6.x issue. If the issue reappears in 7.x, please raise an issue in GitLab. |