cancel
Showing results for 
Search instead for 
Did you mean: 

Session Context Variables on CAP NodeJS Service

jensniemeyer
Participant
0 Kudos

Hi,

 

I wonder how I can store some session context variables within my CAP service.

I anplain NodeJs implementation I can use some modules. Is there also an option on CAP?

Jens

 

const session = require("express-session");
const cookieParser = require("cookie-parser");
 
 

Accepted Solutions (0)

Answers (0)