How does the security module effects the application?

I have generated a security module. It generates well and in all applications the security checkbox is set to true. I need to generate all applications. Now I run the security login module and it works well. BUT… if I don’t run the security module but the application(s) directly then the application shows up. I would expect it would start the login. Am I not understanding how it works or should work? In other words, despite the security setting I can fully bypass it by typing the correct url directly.
b.r. Albert

Re: How does the security module effects the application?

Hello,
in V6 see on Option -> Settings
Take a look at security resources.

I think this is the answer to your question…
On production server SC will always force login before calling an application.
On development server this behaviour will depend on your settings.

Hope this helps you …

Reagrds
Uwe Pfeiffer

Re: How does the security module effects the application?

Thank you!