views:

19

answers:

0

Hello there, I'm trying to find some cool and nice way to manage the session control of my application, just like authologic, clearance. But the issue is that I don't have a database, all the users are stored in a external webservice and the Login function is basically call the LoginDB(user,password, salt) and then it returns true or false... I've read Authologic documentation but it seems the active record is needed.

Could anyone give me an idea on what's the best approach to take from here?

Thanks a lot