Need Inputs on implementation of Stateless Session in Grails 3

37 views
Skip to first unread message

Ketaki Khude

unread,
Nov 16, 2017, 5:16:18 AM11/16/17
to Grails Dev Discuss
Hello All,

In our project, we are trying to implement stateless session. Can anyone please help us to find a proper way to implement it in our project from very basics. 

Appreciate your inputs.

Thank You.

Dem K

unread,
Jan 23, 2018, 1:38:55 PM1/23/18
to Grails Dev Discuss

I assume you mean the http session. Just never save anything to http://docs.grails.org/latest/ref/Servlet%20API/session.html the session. You are probably most likely wanting to be Restful and Stateless (which is good).
This is what you are aiming for

"Statelessness means that every HTTP request happens in complete isolation. When the client makes an HTTP request, it includes all information necessary for the server to fulfill that request. The server never relies on information from previous requests. If that information was important, the client would have sent it again in this request"

Read up on REST, Restful architecture, Grails supports it very well.
Reply all
Reply to author
Forward
0 new messages