i told him about cookiesrc, he's going to try that. but that brings me to a cookie issue of my own. i have: ebay.com ACCEPT in my cookiesrc, but ebay keeps telling me that my browser is rejecting cookies. am i doing something silly? -brian On Sat, Jul 17, 2004 at 12:38:31PM +0200, Claus Conrad wrote:
Dear dillo community,
I have subscribed to this list because I'm developing a PHP-based website which I want to be compatible with dillo. The site is located at http://www.kabbeleje.dk/vask/ . It uses PHP's session management, sending a cookie named PHPSESSID to the browser on login. This works great in most other browsers I tried, but somehow not in dillo.
The PHP code I'm using looks something like if (login_successful) { session_start(); // ... header("Location: http://" . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . "/index.php?PHPSESSID" . strip_tags(session_id())); }
I added the get parameter to the redirect URL after trying without; both ways seem to work in e. g. Mozilla, but it doesn't change anything in dillo. The redirect works, but the user isn't logged in. I guess it's just a minor erroneous piece in the code, but don't know where to look. Any help would be very much appreciated. A test login is available on request, if necessary. Thanks a lot in advance.
Regards, Claus
_______________________________________________ Dillo-dev mailing list Dillo-dev@lists.auriga.wearlab.de http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
-- "Suits, man. They are as incapable of logical thought as they are of honesty." -- Dave McGuire --