Solved...

In Austria we have a service of our gouvernment called "Bürgerkarte"
(Citizen Card).
Details: http://www.buergerkarte.at/index.en.php

This service could be used to sign a pdf file in a way that it is accepted
by law.
I want to integrate this service in a web2py application.

But there has been something ambiguous in the description. Now I have found
that it is *not necessary to continue *a session under the control of the
external program. The solution is a *redirect *to the external program,
which calls my "other" function which loads in succession the signed pdf
file.

If everything works fine maybe I could write a short description of my
application.

Thank you for your offered help.


2013/6/20 Massimo Di Pierro <massimo.dipie...@gmail.com>

> Are you askin for another site (the one that creates the PDF) to be able
> to use your session? This would me a security issue. I am sure there is a
> better solution. Perhaps I do not understand. Can you tell us more about
> the workflow?
>
> On Thursday, 20 June 2013 15:02:29 UTC-5, mweissen wrote:
>>
>> A function of my web2py app calls an external website. This website
>> creates a pdf-file and calls another function of my website, which should
>> load this pdf-file. Therefore this call should resume the first session. Is
>> it possible?
>>
>> Regards Martin
>>
>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to