Re: FormsAuthentication and Back Button
Quote:
Originally Posted by
Scott.Macmaster
Use frames. Have the content frame expire immediately.
< meta http-equiv="expires" content="-1" />
Using frames brings up some issues. One particular one that can be difficult to address is the ADA (Americans with Disabilities Act) and associated accessibility requirements.
TO see this for yourself, use a Reader (speech sysnthsis) to "view" a page that uses Frames.
btw: the same is true for using <Table> for things that are not "really" tables (such as layout that should be <span> <div> CSS based)