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
| Accessed on client or server side | Both server-side & client-side | client-side only | client-side only |
1327
-
| Lifetime | As configured using Expires option | until deleted | until tab is closed |
1326
+
| Accessed on client or server side | Both server-side & client-side. The `set-cookie` HTTP response header is used by server inorder to send it to user. | client-side only | client-side only |
1327
+
| Expiry | Manually configured using Expires option | Forever until deleted | until tab is closed |
1328
1328
| SSL support | Supported | Not supported | Not supported |
1329
1329
| Maximum data size | 4KB | 5 MB | 5MB |
1330
+
| Accessible from | Any window | Any window | Same tab |
0 commit comments