| | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 9:28:11 AM Posts: 622, Visits: 19,076 |
| 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 @ 4:58:13 AM Posts: 4,379, Visits: 4,421 |
| | You still have the session locking in place. In the InitApplication method, be sure NOT to call the StartSessionMonitoring method. |
| |
|
|