S
Smith
Hello Gurus,
I came accross an asp.net application where access in every restricted page
is done by checking a session variable to see if it contains a valid user
object info. This user object info beeing stored when a succesfull login is
done by checking a list of valid users/password in the database.
Can someone point out some potential security risk exposed by this method? I
have the feeling that it doesn't look good but i need to put in scenarios.
Any comment will be highly appreciated.
Smith
I came accross an asp.net application where access in every restricted page
is done by checking a session variable to see if it contains a valid user
object info. This user object info beeing stored when a succesfull login is
done by checking a list of valid users/password in the database.
Can someone point out some potential security risk exposed by this method? I
have the feeling that it doesn't look good but i need to put in scenarios.
Any comment will be highly appreciated.
Smith