| | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 5:41:16 AM Posts: 646, Visits: 22,392 |
| I have a project that was created from the "SF Project with Security Template" as it will eventually need security.
I am deploying in stages and the first few stages will be to limited end users and does not required security to be active. I thought I had security turned off by commenting out lines in Appmain but apparently I missed something because after a while the users are getting inactivity timeout login prompts.
How do I totally cripple security in an application based on the "Project with Security" template?
Thanks. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 3:31:03 AM Posts: 4,586, Visits: 4,569 |
| | You still have the session locking in place. In the InitApplication method, be sure NOT to call the StartSessionMonitoring method. |
| |
|
|