phpclasses.org/package/12951-PHP-Ha
...
This package provides a handler class that stores session data in cookies.
It provides a class that has all functions to load and save session data in cookies.
The session data is stored in cookies by encrypting the data with a private key defined on the server side.
So, no overhead on server side for saving session data.