RESTful APIs should never use sessions and that's why there's
explicitly no facility to do this in FRAPI.
Every request should be independent. The term is usually "stateless"
which means no "state" is maintained between requests.
Should you wish to use sessions, you'll have to implement something
yourself but you could do it in a custom-auth handler.
On 20 August 2012 10:10, Teerapol Sa <
teer...@gmail.com> wrote:
> I want to use session for auth and check data , how to use it?
>
>
> Best Regard,
--
David Coallier