This topic is locked

Security risk with cookies ?

10/2/2010 8:28:22 AM
PHPRunner General questions
S
sakisl author

I'm having an application built with PhpRunner 5.2.

There is a login page and it seems that session data like login and password are stored verbatim in a cookie.

Does this involve security risks ? Is there any workaround ?

A
ann 10/5/2010

Hi,
if you check off 'Remember me' button on the login page, username and password will be saved in cookies.
If you are on a public computer do not check off 'Remember me' check box. This is it.