![]() Topic awaiting preservation: Cookie Path question |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: NZ |
![]() Hi, guys. How are you? code: document.cookie = 'sitestyle=' + escape(style) + '; expires=' + expires.toGMTString() + '; path=/';
|
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() The last part specifies the scope where cookie is available. |