Yes it is possible for people to alter values of cookies because cookies are basically a small text file stored on the users pc.
I normally steer away from using cookies, at least for mandatory functionality, because you would have to code a plan B for users with with cookies disabled. For something like what you are using cookies for in this case, storing the data in a session variable is probably better and definitely more secure.