On 2016-05-13 04:22, piyush agrawal wrote: > 1)Session Maintainance > I make request for login (common.db.login), then make request get party > list (model.party.party.search_read), it works fine & I also saved user_ID > & session Key for future API request. > But even if I make requester after a second to party list > (model.party.party.search_read) with saved user_id & Session_Key then it > shows me error like"Not Logged"
Session expires after a timeout defined in the configuration: http://doc.tryton.org/4.0/trytond/doc/topics/configuration.html#timeout -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/20160513120457.GD13326%40tetsuo.
