Archive

Posts Tagged ‘obiee session’

Quiet Time in OBIEE World

September 4th, 2009 1 comment

It’s been very quiet lately. Maybe because the summer is leaving and everyone is trying to take advantage of its latest days. I’m still learning my ways around newly updated Oracle’s MySupport. So far I have mixed feelings – I like the speed compared to metalink3, however, I’m still not sure if I get the new interface as well as flash-based navigation.

Tom Siebel got into problem with an elephant – but everyone probably knows about it by now. I wish him a speedy recovery.

I’ve been busy preparing environment for new project. Learning about configuring SSO for WNA-enabled security under Linux using OAS. Luckily for me, there’s a good discussion in regards to this here: http://forums.oracle.com/forums/thread.jspa?threadID=847808

Also, I’ve started re-reading “The Data Warehouse Toolkit”. It’s an awesome book.

I can’t dedicate enough attention to OTN anymore, but cheers to everyone who’s doing a great job of helping people to learn. I’m still about 15 questions away from 10th spot, so don’t relax too much Goran :-)

This is how top-10 looks like as of today:
Kishore Guggilla (2160)
Stijn Gabriels (1295)
John Minkjan (1175)
Turribeach (1155)
Madan Thota (1070)
gerardnico (925)
Christian Berg (805)
mma1709 (795)
David_T (775)
Goran O (680)

Good luck all.

Is it possible to use Dashboard Prompts to override Session Variables?

March 18th, 2009 3 comments

This is a two step process:

1) Tick “enable any user to set variable” checkbox in the RPD for the session variable
2) When you create a dashboard prompt, in the Set Variable list, choose to populate a variable for the dashboard prompt using a server request variable.

If you set a server variable it will override explicitly the value of this variable set via the initialization block.

The variable is changed in the dashboard that uses the prompt( where the variable is set).

OBIEE and session cookies, and Google Chrome rambling

October 6th, 2008 No comments

I was wondering about different behavior while using OBIEE in different browsers – by the way, Answers isn’t working in Google Chrome, I’ve created an enhancement request – but I don’t think it’s a critical issue as of right now. Reason for my amusement was that Chrome is supposedly very good and robust at handling Java scripts. However, in Answers, it’s not rendering left frame at all. I’ve not checked it thoroughly, but I think, it’s because of the way the Java-Script is produced on the server.

But to keep us on track here, I read about the following question.

Why is this happening?

1. User logs into dashboard .
2. After the dashboard is shown the user opens another browser instance and selects the link from the dashboard login window.
3. After that the dashboard is shown without asking for the login/pwd.

Why its not asking for the login/pwd again when another browser instance is opened?

They also noticed that this happens when they used tabs in the same window. But when they open a new window and put the link it shows the log in page first. They want to know why this is so?

Answer.

This is happening because the Presentation Server is probably using the same cookie. If you connect and have a cookie that hasn’t expired, then it will assume you’re the same user. Check the URL – does it have a sessionid?

One test you could do is to log in first and than open the session viewer and note how many sessions are open (the top half lists the sessions with their unique sessionID’s). Now open another browser window and copy the dashboard link….check your session viewer again do you have a new session? If not than you will need to check your browser settings to make sure the cookie is not being saved.

Regarding the last question “when they open a new window and put the link it shows the log in page first” this is normal – the tabs are sharing the same cookie session file. If they close the window, they loose the active session. The cookie is keeping track of the browser session in use. That’s why when they open a new browser window, they still have to login.

That’s it for now. Have a great week

Categories: Security Tags: ,