How can I get session value
when there's no set-cookie in response header like this site ?
I've already read other question, but I can't solve it.
When cookie's cache-control value is max-age=0
, how can I maintain the session to hold status logged in?
Please, somebody help me.