node.js - Express 4 node js , Access session data in public javascript file -


i need use session data in 1 of javascript file in public folder, can't access , did try make session global,

app.use(function(req,res,next){     res.locals.session = req.session;     next(); }); 

but doesn't make defferent


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -