AtomicChip
Programmer
Just a quick FYI for all internet developers out there-
Cookie manipulation (up to this point) to my knowledge has been a tougher task than the average user is up to. What I mean by cookie manipulation is editing existing cookie values.
For example, let's say that once a user has logged in you store their user id as a plaintext cookie variable. To change this, some trickery on the client side is involved.
This is the case no more.
I try to get familiar with as many browsers as I can. I most recently installed and began using Opera v7.54u1. I immediately fell in love with it. Full of fluff features (like mouse gestures), no slow loading time (like Firefix - on Windows anyways).
One of the first things I noticed was Tools > Cookies. With this little built-in utility, not only can you view cookies and their values, but you can edit them as well! If you're just storing unencrypted userID's (or any other unencrypted information for that matter), Opera has made it simple for anyone to edit this information.
Just yet another heads-up to all the developers out there: Encrypt your cookies!
Cookie manipulation (up to this point) to my knowledge has been a tougher task than the average user is up to. What I mean by cookie manipulation is editing existing cookie values.
For example, let's say that once a user has logged in you store their user id as a plaintext cookie variable. To change this, some trickery on the client side is involved.
This is the case no more.
I try to get familiar with as many browsers as I can. I most recently installed and began using Opera v7.54u1. I immediately fell in love with it. Full of fluff features (like mouse gestures), no slow loading time (like Firefix - on Windows anyways).
One of the first things I noticed was Tools > Cookies. With this little built-in utility, not only can you view cookies and their values, but you can edit them as well! If you're just storing unencrypted userID's (or any other unencrypted information for that matter), Opera has made it simple for anyone to edit this information.
Just yet another heads-up to all the developers out there: Encrypt your cookies!