Does devise require session affinity?

416 Views Asked by At

As I am using load balancer in my app, it becomes important to know whether devise uses cookie based authentication or only session based authentication?

It would be great to use cookie based authentication, then I do not have to reserve the same server for a signed it user for all his requests, and it will be easier to manage load balancing.

So, does devise use cookie based authentication out of the box? or do I have to enable it? or it supports session based authentication only?

0

There are 0 best solutions below