Re: API change?

Dieter Simader <[email protected]> Fri, 12 May 2006 09:13:33 -0600 (MDT)
Newsgroups gmane.comp.web.sql-ledger.user
Message-ID <[email protected]>
there were no changes between .8 and .10 Cookie authentication hasn't
changed since it was introduced in v2.4

-- 
Dieter Simader    http://www.sql-ledger.com   (780) 472-8161
DWS Systems Inc.     Accounting Software       Fax: 478-5281
============ On a clear disk you can seek forever ==========

On Fri, 12 May 2006, John Locke wrote:

> Hello,
>
> I just upgraded from 2.6.8 to 2.6.10, and noticed that the command line
> interface now seems to require the password to be passed. I have another
> application I've developed that creates/edits customer account
> information (actually copies it over from SugarCRM). Up to this point,
> my script has used the SQL-Ledger-$userid cookie to retrieve the current
> sessionid set by SQL Ledger--it gets these values and passes them into
> the ct.pl script. So the user must be logged in for this to work--but it
> avoids collecting and passing the password in through a command line.
>
> After the upgrade, this approach no longer seems to work. I have to pass
> the login and password with each request.
>
> Is this change by design? Is there a new preferred method for this?
>
> Thanks,
>
>