http://www.logicbig.com/tutorials/spring-framework/spring-web-mvc/cookie-handling/ spring anotation package com.logicbig.example; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.CookieValue; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMeth..