I’ve finished todevelop my application,
I’m using the security module,
After the login I use 'select xxxxx from xxxx where user = ‘xxxx’ so every user only can see their own records
I am so worried because of the following:
In the login form I store the login name in a session variable, after cheking that the password is correct, that works with no problem
After login in everything works fine,
The problem is when the user access directly to the URL application istead of the login form
Normaly: login -> menu -> Aplication X
What user does, is access directly toAplication X,writting it directly in the URL or from his ‘favourites’ witout executing the login form
Because there is a global variable there in the OAplicationInit event, SC see that this global variable is not set, and AUTOMATICALLY open a screen to allow the user to enter it and ask it in a screen, so everyone can put there the login without entering the password,
I am very worried about it,
Can anybody helpme?