APEX application protection [message #561720] |
Wed, 25 July 2012 00:20 |
mohan1760
Messages: 59 Registered: June 2008
|
Member |
|
|
We have build an APEX application and now we would like to sell this application to the market.
Our concern is how to do copy protection for our APEX application so that no one can copy the application and install it on another server without proper license from us.
|
|
|
|
Re: APEX application protection [message #562189 is a reply to message #561721] |
Mon, 30 July 2012 05:11 |
mohan1760
Messages: 59 Registered: June 2008
|
Member |
|
|
thanks littlefoot,
i m planning for Session State Protection using date as a qualifier.
i tried by creating authorization scheme under shared components,
by setting Scheme type to value of preference in Expression 1 equals Expression 2,
where values are as below
expression1 = sysdate
expression2 = sysdate
and Identify error message displayed when scheme violated =Expired
but its not showing expired message when i am running my application.
|
|
|
|