you want to make your app to show some object model when a given link gets clicked from a (previously sent) email
Idea:
since yesterday I've been thinking that I should:
1. catch the parameter in the server side
2. create a session that holds it
3. add a cookie in the response with the session id
That way, amber will be loaded client side in the response and the app, as one of the first things it does, could check for the cookie and ajaxianly retrieve the parameter and react accordinly
makes sense?
sebastian
On Thursday, July 5, 2012 5:12:30 AM UTC-3, nicolas petton wrote:
You want to do that from Amber? In the client? Can you tell me more please :)
On Thursday, July 5, 2012 2:04:28 PM UTC-3, Sebastian Sastre wrote:
Actually isn't much else to add to this:
Problem:
you want to make your app to show some object model when a given link gets clicked from a (previously sent) email
Idea:
since yesterday I've been thinking that I should:
1. catch the parameter in the server side
2. create a session that holds it
3. add a cookie in the response with the session id
That way, amber will be loaded client side in the response and the app, as one of the first things it does, could check for the cookie and ajaxianly retrieve the parameter and react accordinly
makes sense?
sebastian
On Thursday, July 5, 2012 5:12:30 AM UTC-3, nicolas petton wrote:
You want to do that from Amber? In the client? Can you tell me more please :)