View Single Post

  #8 (permalink)  
Old 06-25-2008
Une Bévue
 
Posts: n/a
Default Re: Sessions under localhost

Jerry Stuckle <jstucklex@attglobal.net> wrote:

>
> In this case both are on "localhost", so the domain is the same.


I've found, from JavaScript, might be the same with PHP, that using
'localhost' works on some browser and not on other, but using
'127.0.0.1' works with all browsers available on Mac OS X.

Even some browser allows cookies when using 'file:///path/to/some.html'
but not all.

Is that right ?

--
Une Bévue
Reply With Quote