And even worse: I am setting, for testing:

auth.settings.expiration = 3600 * 24 * 30  # one month

But the session is expiring after 5 minutes anyway! What is happening here?

On Tuesday, January 15, 2013 12:14:59 PM UTC+1, Daniel Gonzalez wrote:
>
> And a related question: my session is expiring after 5 minutes (300s). I 
> am not setting the expiration time, and the default in 
> Auth.default_settings.expiration is 3600. 
>
> Where is the 300 coming from!?!?
>
> On Tuesday, January 15, 2013 11:57:03 AM UTC+1, Daniel Gonzalez wrote:
>>
>> Thanks Niphlod,
>>
>> I am now using:
>>
>>    - session.auth.expiration
>>    - session.auth.last_visit
>>    
>> And I have realized about one (at least for me) unexpected thing: 
>> accessing @service.jsonrpc controllers does not 
>> reset session.auth.last_visit. Is this intended?
>>
>> On Tuesday, January 15, 2013 11:43:11 AM UTC+1, Niphlod wrote:
>>>
>>> session expiration is managed by auth.settings.expiration ... 
>>>
>>

-- 



Reply via email to