[flexcoders] Protection in a SaaS application

2009-08-12 Thread christophe_jacquelin
Hello, 

I have a Flex application that runs with the Saas model.

I rent the application for 1 month. They pay for a login and a password.

How to protect the application if someone put the login and password on an 
internet forum ?

Thank you,
Christophe, 



Re: [flexcoders] Protection in a SaaS application

2009-08-12 Thread Pedro Sena
The better way is to protect your app from make multiple logins with the
same credentials.

If the user wanna share his credentials, no problem, but he cannot use it
while someone else is doing it.

Other alternatives(like restriction per IP) are not very good.

AFAIK, the is no 'tech' way to do it, so do it in the 'business' way.

HTH

On Wed, Aug 12, 2009 at 9:27 AM, christophe_jacquelin 
christophe_jacque...@yahoo.fr wrote:



 Hello,

 I have a Flex application that runs with the Saas model.

 I rent the application for 1 month. They pay for a login and a password.

 How to protect the application if someone put the login and password on an
 internet forum ?

 Thank you,
 Christophe,

  




-- 
/**
* Pedro Sena
* Systems Architect
* Sun Certified Java Programmer
* Sun Certified Web Component Developer
*/