PDA

View Full Version : cookies security


BubikolRamios
01-03-2009, 09:44 AM
I was adviced that it is a good security idea that each time user logs on, to change the value of autolgon cookie(unique value), and allso write that to users table

Is there any benefit of that at al.

Drawback --> if user uses 2 or more browsers the info gets corrupted, i.e.

1.logon with IE, write cookie, write to database
2.logon with FF, write cookie, write to database

--> and voila ie cookie is not compatible with value in database anymore