PHP bir kendi oturum yönetimini uygulamak için orada hangi seçenekler vardır?
Is there a nice way to implement a component which performs all session tasks? How can i construct a class which receives the HTTP Request and Response during one request process? I only found the option "session_save_handler" which seems to define the storage handler. What I need is to replace the whole session management. Is there another way using the PHP configuration or do I have to implement my own controller which receives all requests and calls my session management?
Yardımlarınız için teşekkürler
Selamlar Michael