On Thu, 5 Mar 2009, Dals wrote:

> There is a problem with default ezcAuthenticationSessionOptions.
> 
> When I'm try to set custom options names how it described in docs:
> -----
> $options = new ezcAuthenticationSessionOptions();
> $options->validity = 600;
> $options->idKey = 'customKey';
> $options->timestampKey = 'customTs';
> $filter = new ezcAuthenticationSession( $options );
> $filter->start();
> -----
> it going without errors or notices.
> 
> But it looks like that given auth options names are not overriding.
> When i dump $_SESSION array after auth. procedure to check that keys, it 
> gives me array like:
> ----
> Array
> (
>     [ezcAuth_id] => testuser
>     [ezcAuth_timestamp] => 1236259066
> )
> ----
> As you can see, key names was not ovverriden.
> 
> So, please, can you help me with this issue?
> How to successfully override those key names?

It seems like a bug, and I just ran into it myself as well. Perhaps you 
can file a bug report at http://issues.ez.no?

regards,
-- 
Derick Rethans
eZ components Product Manager
eZ systems | http://ez.no
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to