I'm using JS to set a cookie. But in Opera something strange happens -- the cookie is not accessabele (in PHP) from other directories then the root and this is only in Opera.
This is the script I'm using:
PLS help me
ps: I tryed ";path=/"; and ";domain= .... but it's still the same
This is the script I'm using:
| Code: |
|
var exdate=new Date(); exdate.setDate(exdate.getDate()+356); document.cookie="val=" +escape(val)+ ";expires="+exdate.toGMTString()+ location.href=location.href; |
PLS help me
ps: I tryed ";path=/"; and ";domain= .... but it's still the same
