Lines Matching refs:session
18 CURLOPT_COOKIESESSION - start a new cookie session
30 Pass a long set to 1 to mark this as a new cookie "session". It forces libcurl
31 to ignore all cookies it is about to load that are "session cookies" from the
32 previous session. By default, libcurl always loads all cookies, independent if
33 they are session cookies or not. Session cookies are cookies without expiry
34 date and they are meant to be alive and existing for this "session" only.
36 A "session" is usually defined in browser land for as long as you have your
38 tell it when a new session starts, otherwise it assumes everything is still in
39 the same session.
57 /* new "session", do not load session cookies */
60 /* get the (non session) cookies from this file */