Hello, What reffered to was having additional columns in the session table with a user id to allow some extra functionality i described above.
Regarding your approach - I am interested why you do the following things: 1. Operate directly on storage to write session data to your 'data' column, sice you can do it through the Session_Namespace in a more pleasant way 2. Actually save user id in the 'data' column again if might be already there in Zend_Auth namespace. Dmitry. -- View this message in context: http://n4.nabble.com/Is-saving-userId-in-a-session-database-table-possible-Zend-Session-SaveHandler-DbTable-tp1359860p1568913.html Sent from the Zend Framework mailing list archive at Nabble.com.
