Skip to content

Commit 17972fc

Browse files
author
Christoph Bayer
committed
Add autoSendSessionId parameter to README.md
1 parent daf8aca commit 17972fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Parse().initialize(
3636
clientKey: ApplicationConstants.keyParseClientKey,
3737
debug: true,
3838
liveQuery: true,
39-
securityContext: securityContext);
39+
autoSendSessionId: true,
40+
securityContext: securityContext);
4041
```
4142

4243
## Queries

0 commit comments

Comments
 (0)