|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
$HTTPCookies
$HTTPCookies
is a global variable that contains the shared HTTP cookies used when connecting to a web server.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
At startup, $HTTPCookies will be an empty list:
| In[1]:= |
| Out[1]= |
After establishing a connection to an HTTP server, any cookies will be stored:
| In[1]:= |
| Out[1]= | ![]() |
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

