Re: Testing
- Posted by SDPringle Oct 03, 2008
- 1255 views
I was able to get in by adding openeuphoria.org to "Trusted Sites." I still cannot login through Opera. Perhaps the problem is the kind of cookie asked for? I had setup the machines to ask me to confirm if I wanted each cookie. In that case I never got a request from the euphoria domain.
I think the routine add_cookie should be called with the domain set to the domain name: openeuphoria.org instead of '/'. The prototype is as follows:
export procedure add_cookie(sequence name, sequence value, object path=0, object expires=0, object domain=0)
The procedure is called with '/' supplied as the domain in users.e line 68.
Shawn Pringle