At the moment I run a wordpress blog and I get users to authenticate within an iframe. However there is information in side bars that does not refresh. Is there some way I can do a whole of page redirect to
http://wordswithfriends.net/?page_id=386
after login?
You can set
parent.location.parent.location = 'http://wordswithfriends.net/?page_id=386';