At 11:55 AM -0600 6/6/06, Paul Nowosielski wrote:
>Dear All,
>
>I'm having a very frustrating issue w/ Apples Safari web browser.
>The browser will stall when I try and initiate a sessions on login .
>So on our login page we validate the username and password and start the
>session.
>
>When a Safari user attempts to login the Safari wheel just spins and spins.
>I've restarted the browser, cleared the cache , cookies and history to no
>avail. Putting in a bad username password causes no lockup and the proper
>"bad auth" page is shown.
>
>I've added:
>
>// attempt to fix Safari issue
>header ('Expires: 0');
>header ('Pragma: no-cache');
>
>to the header and still no luck.
>
>I've found many similar incidents on the WWW with no real solutions.
>
>Has anyone had similar issues and found a workaround for this problem?
>I believe this is a Safari issue and not a PHP problem. But I'm hoping
>someone has created a solution w/ PHP.
>
>Best Regards,
>--
>Paul NowosielskiPaul: I use Safari and don't have any problems whatsoever with php, sessions, or login's. Check out: http://xn--ovg.com I have examples there and they work -- at least for me. Try them out and see if they work for you. If you want the code, I'll provide. Just let me know. tedd -- ------------------------------------------------------------------------------------ http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

