Closed guibranco closed 2 weeks ago
@gstraccini create labels
Creating 13 labels and updating 16 labels! :label:
Hello, I want to work on this issue, please assign me this.
Hi @Humayun-23 ,
Thanks for picking this up! đ You have been assigned the issue.
If you have any questions or need clarification along the way, feel free to ask.
Good luck and happy coding! đ
Description: I would like to add a
SessionManager
class to the Pancake toolkit library in PHP. The class should act as a static wrapper around PHP's built-in session management functions, providing an easy-to-use interface for handling session operations.The
SessionManager
should handle tasks like starting sessions, setting, getting, and removing session data, and regenerating session IDs. The class will ensure that the session is started only when needed, reducing unnecessary overhead. Below is an example implementation:This class will provide a convenient interface for session handling and improve the Pancake library's overall functionality.
Acceptance Criteria:
SessionManager
class is implemented and included in the Pancake toolkit.SessionManager
.