Replies: 2 comments
-
I need help with this please. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If the cookie is configured with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using NextJS with ExpressJS custom server. ExpressJS set up session cookies for my NextJS app. I can get session information in getInitialProps which works well when I am using server-side routing (like normal page load) but when using client-side routing with next/link Link I cannot get session information. Please suggest how I can get session information stored in cookies when using client-side routing and cookies cannot be accessed on client-side.
Beta Was this translation helpful? Give feedback.
All reactions