cancel
Showing results for 
Search instead for 
Did you mean: 

Set/Get Session Propertites by using an Applet

HariCS23
Contributor
0 Kudos

Hi Guys

I have using session properties(applet.setProperty,applet.getProperty ) to pass values between two IRPT pages. It works fine for me .But not working for the user.

When i logged in to his computer,it works.

So,it is user specific problem. Is there any thing to do with roles or any other settings ?

Thanks

Hari

Accepted Solutions (0)

Answers (2)

Answers (2)

jcgood25
Active Contributor
0 Kudos

Session variables would seem quite unnecessary just to send values between two pages. Do you know that you can just pass them in the URL such as: Page2.irpt?Name1=Value1&Name2=Value2

and then in your web page just use and in the place you want the values.

If you do a view...source you'll see that these values are actually replaced in the text and you don't need any javascript to get/set them.

HariCS23
Contributor
0 Kudos

Problem was solved with some security settings. ( Addes some services.. ).

Jermy: Thanks for your suggestion. i am aware of what you are saying but i m dealing with lots of data. Thought, session property would be a

good vs sending it through parameter.

Thanks

Hari

former_member201407
Participant
0 Kudos

Hi Hari

Yes it sounds that some kinda problem with User Role. Just check what roles of that user are missing which you have for your own.

http://<server>:<port>/XMII/PropertyAccessServlet?Mode=List

Regards

Som