You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ Deletes the current user from the storage/cookies
127
127
## Server Rendering
128
128
`redux-react-session` also provides methods to keep the session with server rendering using cookies. So the session will work on the server side as well as the client side.
129
129
130
-
### initServerSession(store)
130
+
### initServerSession(store, req)
131
131
Initialize an instance of the server session service.
132
132
133
133
This function is used in the `server.js` to initialize a session service instance in each request.
0 commit comments