﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WebForms (How do I?)  » BO interfere with each other</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 23:20:34 GMT</lastBuildDate><ttl>20</ttl><item><title>BO interfere with each other</title><link>http://forum.strataframe.net/FindPost10795.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I have a problem with a web from. If i open the web form in a single browser the everything&amp;nbsp; works perfect. But if i open the same web form in two browser windows (each loading a different row of the BO-table) i get into a mess.&lt;/P&gt;&lt;P&gt;The problem is, that the&amp;nbsp;row of the form&amp;nbsp;that&amp;nbsp;was loaded last is also used as the current row of the first form now. So whenever i postback the first form ( for example to get the form in edit mode) the wrong row of the business object is set for the page and changes are saved to the row of the second form. &lt;/P&gt;&lt;P&gt;I understand this is because the current row is stored with the BO in the ApplicationBasePage. What can i do to make the BO Session and "Browser-Window"- aware?</description><pubDate>Fri, 10 Aug 2007 09:48:48 GMT</pubDate><dc:creator>Bastian Töpfer</dc:creator></item><item><title>RE: BO interfere with each other</title><link>http://forum.strataframe.net/FindPost10801.aspx</link><description>The only way to do that would be to open the second browser through your login window or whatever starting page you have that starts a new session.&amp;nbsp; Also, you will need to use cookie-less sessions (where the session key is passed back through the query string instead of through a cookie) or the browser will keep all of its windows in the same session.</description><pubDate>Fri, 10 Aug 2007 09:48:48 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>