Re: [PHP] Sessions and Opera

2002-04-10 Thread Tom Rogers
Hi Some versions of opera will cache the first login page so if you submit to the same page it will still show the login dialog. The way I got around it was to add "?" to the post url .. ie action="index.php?" that fooled it to reload the page correctly. Tom At 10:22 PM 10/04/2002, Steve Fitz

[PHP] Sessions and Opera

2002-04-10 Thread Steve Fitzgerald
While testing a login page with different browsers I noticed that Opera (vers5.02) didn't allow me access to the site despite using the correct input, so I wrote the following pages to test Opera's performance. It seems that Opera doesn't pass registered variables to the new page. IE & NS both pr