0
votes
1answer
204 views

How to create a session cookie in java with path while still having good programming practice of functional programming

I really like functional programming, I like its immutability concepts and also it's no side-effects concepts for functions. I'm trying to take some of these concepts into java. Now I have some kind ...