on ‎2007 Mar 02 7:44 AM
Hi,
What are the uses/drawbacks of session variables in xMII Reporting ?
Compare to IRPT which one is better in RealTime Scenario.
Give some examples like where we are using Sessions,
where we are using IRPT.
Regards
Vijaya
Request clarification before answering.
Hi,
I hope this article will give you some insight into IRPT and session variables : <a href="/people/abesh.bhattacharjee/blog/2006/11/29/how-to-pass-data-dynamically-between-pages-in-xmii-115">How to pass data dynamically between pages in xMII 11.5</a>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vijaya,
Before explaining the reason why xMII using the IRPT session variables, i will explain how it is using.
If you are using irpt based session variables you will create the session variable in the URL itself. They will be stored in Illuminator engine till the time of navigation.while using the setPropertyValue(), the value is stored browser as a cookie. Similarly it also stores the usernames, localization parameters everything in Illuminator engine in the form of XML schemas.
Now i will explain why should we use the IRPT variables.
1. Security reasons for cookies at that time you can not pass parameters in browser session variables.
2. Variable will be live till the time of total session, where as in most of the cases it should not after transferring the data from one page to another one.Even in the case of cookie you can reset the value of the variabe.
In the case of irpt session variable no need to reset the session variable.
I hope this explanation gives enough idea about this things.
If you need any additional info please let me know.
Thanks,
Rajesh.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.