hunt-framework-docs icon indicating copy to clipboard operation
hunt-framework-docs copied to clipboard

How to use cookie and session in controller?

Open hanfengfg opened this issue 5 years ago • 1 comments

I want to get cookies or session

hanfengfg avatar Jul 30 '20 08:07 hanfengfg

request.session.get("KEY"); request.session.set("key", "value"); request.session.remove("KEY");

stevenpan110 avatar Dec 07 '20 10:12 stevenpan110