On Wed, Sep 14, 2011 at 1:42 PM, Stephan Beal <[email protected]> wrote:

> On Wed, Sep 14, 2011 at 7:36 PM, Richard Hipp <[email protected]> wrote:
>
>> I'm thinking you don't need to change or enhance any of this for JSON.
>>
>
> Thank you for the very detailed response. It sounds like i'll have to touch
> less code than i was expecting, but i think the one place i need to change
> would be a way to tell fossil to use my own string as the auth cookie, as
> opposed to (or overriding) the HTTP cookie.
>
> Is there already an internal function to which i could pass, e.g.
> "fossil-ABCDEF=xxxxxx", and have it interpret that as the cookie? i think
> that's basically the functionality i need.
>

cgi_set_parameter("fossil-ABCDEF", "xxxxxx");


>
> --
> ----- stephan beal
> http://wanderinghorse.net/home/stephan/
>
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to