Enhancement with business object


Author
Message
Olivier
Olivier
StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)
Group: StrataFrame Users
Posts: 96, Visits: 805
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

==============================================
Asp.net C# - Strataframe - telerik
==============================================
Olivier
Olivier
StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)StrataFrame User (190 reputation)
Group: StrataFrame Users
Posts: 96, Visits: 805
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,

==============================================
Asp.net C# - Strataframe - telerik
==============================================
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search