Hi all,

I'm working on a simple ColdFusion application.

The user will have to login, before being able to use any feature of
the application.

I was thinking to use the CF security framework (cflogin, etc.) to
manage authentication and authorization for my application.

Most probably the application will reside on several web servers and
the load balancing technique will be simple DNS round robin.

So there is chance that an user will login to server1 and his next
request will be to server2.

I think that server2 won't automatically figure out that the user
already logged in on server1 and it will require him to login again.

What is the easiest way to have the all servers share the cflogin info
and prevent re-login when jumping from one server to another?

This is a very simple application and I'd prefer to avoid full blown
CF clustering if possible.

Thanks.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235877
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to