This repository was archived by the owner on Nov 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed
framework/libraries/Session Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 11# Codeigniter3 Framework Composer Package
22Composer Package for the "system" folder of the Codeigniter3 framework changed into the structure below.
33
4+ Modified to work with Sylynder/Webby. Use with care if you are not working with Webby.
5+
46## Folder Structure
57
68```
Original file line number Diff line number Diff line change @@ -112,26 +112,6 @@ public function __construct(&$params)
112112
113113 // ------------------------------------------------------------------------
114114
115- /**
116- * PHP 5.x validate ID
117- *
118- * Enforces session.use_strict_mode
119- *
120- * @return void
121- */
122- public function php5_validate_id ()
123- {
124- if (isset ($ _COOKIE [$ this ->_config ['cookie_name ' ]]) && !$ this ->validateSessionId ($ _COOKIE [$ this ->_config ['cookie_name ' ]])) {
125- unset($ _COOKIE [$ this ->_config ['cookie_name ' ]]);
126- }
127- }
128-
129- protected function validateSessionId ($ argument )
130- {
131- }
132-
133- // ------------------------------------------------------------------------
134-
135115 /**
136116 * Cookie destroy
137117 *
You can’t perform that action at this time.
0 commit comments