I have below code. Issues are :
- There is no output for the first print “set n is :”
- From the output of the second println calling, the value of n is the session object rather than a string value( expecting a “0” value).
I have below code. Issues are :