cookie
[mdref/mdref-http] / http / Cookie / getExpires.md
diff --git a/http/Cookie/getExpires.md b/http/Cookie/getExpires.md
new file mode 100644 (file)
index 0000000..46300a5
--- /dev/null
@@ -0,0 +1,14 @@
+# int http\Cookie::getExpires()
+
+Get the currently set expires attribute.
+See http\Cookie::setExpires().
+
+> **Note:** A return value of -1 means that the attribute is not set.
+
+## Params:
+
+None.
+
+## Returns:
+
+* int, the currently set expires attribute as seconds since the epoch.