To clear your class you can simply type
Code:
a = null;
Beware that even though you've 'nullified' it, it won't be really gone until the garbage collector has disposed of it. That won't be a problem for your application though.

But what do you mean with 'start a new session'?