posted 16 years ago
Is the session shared between the two windows? If each window starts a new OS process, then the browser cookies won't be shared, and the user will have to re-authenticate, thus, the portal will provide the default landing page to the client.
Don't do pop-up windows though. That's one of the worst things you can do on a website. It demeans you as a web developer, and it annoys your clients. Plus, most browsers will block the pop-up, triggering a flood of help-desk calls from people wondering why your crummy application doesn't work. Your help desk people will quit because they get tired of taking the same stupid calls from people that don't understand what a pop-up blocker is. Then, you get fired, your reputation is ruined, and you have to start a new career as a street beggar. It's not a good path to go down.
-Cameron McKenzie