- Home /
Question by
SuperMasterBlasterLaser · Sep 05, 2014 at 04:13 AM ·
c#webplayerwwwbrowser
Get session of web application by web player
Hello!
When I login in my web application (created by Java), It will add my ID and something else to Session. In users private page there will be Unity WebPlayer.
Question: how I can get attributes from my session by Unity?
Comment
If you are trying to get session cookies then you can have a look here for information on communicating between the browser and the unity web player: http://docs.unity3d.com/$$anonymous$$anual/UnityWebPlayerandbrowsercommunication.html
Then you can simply get the session cookies using javascript and send the info to the web player..
Your answer
Follow this Question
Related Questions
WWW Request runs in Editor but not in Webplayer 1 Answer
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Yield return request never returns 0 Answers