By Olivier - 7/31/2014
For the version 2.0
It's possible to modify variable session name with temporary name, and not the businessobject name inside.
Cause if we open 2 tab in browser , with the same webpage, strata make a confusion with data, like a data session public in foxpro.
it's very difficult.
thanks Olivier
|
By Olivier - 7/31/2014
Hello
it's more simple, if we speak a unique name or guid name
like : session["3F2504E0-4F89-41D3-9A0C-0305E82C3301"]
instead of session["mybusinessobjectname"]
Cause if we open 2 tab with the same WebForm, the session is the same and it cause some trouble, like you can understand.
ps : the better will be a private variable like a property in a Webform, to get a Private Data Session in each WebForm. (it's more light way and securi)
Can you reply me , please ?
thanks Olivier,
|
|