Hello,

I created an XBAP web application which I already implemented on my website but I am wondering if it would be possible to pass PHP variables like session etc. to the app itself? I know it's possible with ASP.net, but I am not sure for this one.

For example, the username session would be passed to the xbap app and it would be inserted to the database when someone made some changes using the app.

Thanks.

Member Avatar for LastMitch

I created an XBAP web application which I already implemented on my website but I am wondering if it would be possible to pass PHP variables like session etc. to the app itself? I know it's possible with ASP.net, but I am not sure for this one.

I don't think you can maintain a session. You can mixed with JSON with PHP but not PHP itself.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.