eldoy / waveorb

Javascript web app development framework

Home Page:https://waveorb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server side cookies with redirect not working?

eldoy opened this issue · comments

After this redirect the $.req.cookie('login') value is null

$.req.cookie('login', token)
return $.req.redirect('/profil') || ''