authlogic without cookies, how?

Posted by Alexandr Borisov on Stack Overflow See other posts from Stack Overflow or by Alexandr Borisov
Published on 2010-04-09T11:02:34Z Indexed on 2010/04/09 11:03 UTC
Read the original article Hit count: 400

Filed under:
|
|
|

G'day,

I am developing server application with Ruby on Rails and I'd like to store session token in each request's body. For example {"token":"asdkjahsdoahgfblkasblbag"}.

And I am stuck, really don't know how to configure authlogic to handle token from params, not via cookie. And how to prevent "set-cookie" header sending?

Thanks, Alexandr

© Stack Overflow or respective owner

Related posts about authlogic

Related posts about cookies