By Keith Chisarik - 4/20/2007
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.
|
By Trent L. Taylor - 4/20/2007
You still have the session locking in place. In the InitApplication method, be sure NOT to call the StartSessionMonitoring method.
|
|