Kevin is right, you probably need to just close your browser (or try another browser).
However;
>> if you check use number for session id
don't do that.
>> even if you set it to be 8
don't do that.
weakening the sessionid makes you app more vulnerable to a session fixation attack. Take security seriously - in the long run it's a better idea.
cheers
Bruce