[CLOSED] architecture matter : overwriting session between tabs

  1. #1

    [CLOSED] architecture matter : overwriting session between tabs

    Hi,

    It's not directly a ext.net issue, but I request help on this matter.

    I have a webapplication based on ext.net, and menu click opens tabs with iframe.

    I can open simultanealy two tabs, editing two product details.

    In productdetail page, I use session to pass information. Therefore, by opening a product detail then another and finally, going back on the first, I have overwritten session of 1st product with the second.


    How could I resolve this ?

    Thanks for your help :)

    Jerome
    Last edited by Daniil; Feb 02, 2011 at 10:39 AM. Reason: [CLOSED]
  2. #2
    Hi,

    You should be able to use a data structure like Dictionary in a capacity of session object.

    I mean to store each product separately in Session and get products via its ids.

    Something like this
    http://forums.asp.net/t/1516073.aspx

Similar Threads

  1. [CLOSED] Move tabs Tabs Style Google Chrome
    By majunior in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Apr 30, 2013, 12:58 PM
  2. [CLOSED] MVC + Session timeout
    By borja_cic in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 15, 2011, 5:59 PM
  3. [CLOSED] How can I know session timeout?
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 08, 2011, 8:37 AM
  4. [CLOSED] Help on architecture
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Oct 07, 2010, 11:19 AM
  5. Ideas on enterprise application architecture with Coolite/ExtJS
    By thedarklord in forum Open Discussions
    Replies: 1
    Last Post: May 24, 2010, 11:02 AM

Posting Permissions