Page 1 of 1
URL/Cookie Control
Posted: Sat Sep 12, 2009 1:41 am
by jupistar
When attempting to preview a report, I can't find a way to control additional parameters to be sent along with the request (such as the use of additional querystring parameters or cookies [I tried stiwebdesigner.page.cookies]). I need this to handle security issues.
And this would be needed in any other function that posts back to the site.
URL/Cookie Control
Posted: Mon Sep 14, 2009 4:05 am
by Jan
Hello,
Which problem you have with filling cookies, page cache or session? Its does not depend from web designer of viewer and you set and get it in any moment.
Thank you.
URL/Cookie Control
Posted: Mon Sep 14, 2009 7:44 am
by jupistar
I have no idea what you're saying, fut Forget about cookies. What I need is something like:
StiWebDesigner.QueryString = "uid=212313123&mnid=123123";
Then a call to preview would look like: myaspxpage.aspx?uid=212313123&mnid=123123&stimulsoft_webdesigner=ServerPreviewAsHTML
Or: myaspxpage.aspx?uid=212313123&mnid=123123&stimulsoft_webdesigner=ServerPreviewAsPDF
Right now all I see is: myaspxpage.aspx?stimulsoft_webdesigner=ServerPreviewAsHTML
URL/Cookie Control
Posted: Mon Sep 14, 2009 12:42 pm
by Jan
Hello,
Ok. Now i understand what you need. Unfortunatelly now this is not possible. We need one week to fix this problem. Please check build from 21 September.
Thank you.
URL/Cookie Control
Posted: Mon Sep 14, 2009 1:15 pm
by jupistar
That's fantastic. I'm still reviewing the product, but I think I'll be buying.
I have a question about "saving". The report designs are saved to the client machine?
URL/Cookie Control
Posted: Tue Sep 15, 2009 1:20 am
by Jan
Hello,
Function Save is not work in default mode. You need sign to event of StiWebDesigner component and add code which will be save reports. For example to database or to files. Function SaveAs save to client machine.
Thank you.