I have a question about the correct way to verify ...
# support-questions-legacy
u
I have a question about the correct way to verify the session during SSR. Looking at the guide (https://supertokens.com/docs/passwordless/nextjs/session-verification/in-ssr) for nextjs, it use's the
getSession
method. But in the common-customizations section it says not to use
getSession
and do manual verification https://supertokens.com/docs/passwordless/common-customizations/sessions/ssr#can-i-use-verifysession-or-getsession-instead-of-manual-jwt-verification. Is this a inconsistency in the documentation and should using
getSession
be avoided or is it ok to use getSession on SSR ?