Thursday, September 15, 2005

Open Session In View Pattern

So far no success. No good examples on the web but the allure is great because it would eliminate a lot of work build hierarchies and the tearing them down going between the business and presentation layer. Same problems that others have encountered. Once I get the solution I'll try to publish a complete example.

Eliminate IE "You are about to be redirected to a connection that is not secure" message

Got this from here:
http://jehiah.com/archive/redirect-to-a-connection-that-is-not-secure

Instead of the 302 redirect, give a 400 responce, and a meta-refresh tag. meta equiv="refresh" content="0;url=http://jehiah.com/"