Roadmap
Session Class Update
| Target: | osCommerce 3.0 Alpha 1 |
| Status: | Complete |
Description:
Now that the minimum PHP version requirement has jumped to PHP 4.1, the session class will be updated to control the session, and the native $_SESSION super-global variable that PHP 4.1+ provides will be used as the storage and access means.
The configuration of the session implementation will then be done through session_set_save_handler().
Developed By:
Harald Ponce de Leon

