Peter Warnock-2 wrote:
> 
> On Fri, Jul 24, 2009 at 4:24 PM, hacheb <[email protected]>
> wrote:
> 
>>
>> What I want, however, is to keep the second namespace. In effect, only
>> the
>> zend_auth namespace should be unset (ie. removed from the data column)
>> whilst the other would remain untouched.
>>
> 
> 
> I viewed the source for Zend/Session/Namespace.php and found  a method
> called unsetAll which unsets the namespace.
> 
> $oNamespacedSession->unsetAll();
> 
> - pw
> 
> 

I'm aware of that, but I don't want that. I want one namespace to stay (not
to be unset).
In the /session/savehandler class, at each read (that is each access to the
session namespaces), expiration time is checked and the database delete
occurs if that time has been reached. There must be a way to tell the
savehandler not to delete all the sessions's data.

h
-- 
View this message in context: 
http://www.nabble.com/namespace-persistence-tp24653325p24655520.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to