function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
simhasimha 

how to develop a secure application in flex3

Hi ,

        Im creating an application in flex and using salesforce as backend. In the application When the user logs in the data is checked in the salesforce contacts object(log in details are stored in contact object for each contact) and contactid is sent back to flex if the user exist. and we are passing the salesforce contactid through eachpage url until he logs out. but the problem is when some one copies the url (ex:www.example.com/module?id=xxx00012145454) after contact has loged in they can access the remaining part of the website . I need to restrict this how can i do this. Im not using any server side scripting, im using only salesforce and flex 3.