zendframework / zend-session

Manage and preserve session data, a logical complement of cookie data, across multiple page requests by the same client.
BSD 3-Clause "New" or "Revised" License
42 stars 62 forks source link

Implement count() from ArrayObject in Container #52

Open bernhard-efler opened 8 years ago

bernhard-efler commented 8 years ago

At the moment container->count() returns 0 everytime, but it should return the current item count in the container.

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-session; a new issue has been opened at https://github.com/laminas/laminas-session/issues/17.