Horror

  • Thread starter Thread starter Ariel Gimenez
  • Start date Start date
A

Ariel Gimenez

Hi ive developed an asp.bnet application
it stores in the session 1 little class per user.... now we are testing from
various machines and the sessions are mixing!

anyone has an idea of whats happening?

thanks in advance
Ariel
 
Hi ive developed an asp.bnet application
it stores in the session 1 little class per user.... now we are
testing from various machines and the sessions are mixing!

Are sessions being mixed up between users...

Or between viewing sessions of the same page?
 
Im saving an objet into session for the current user...
If other user access the page , saves his custom object and do a postback
overwrites the 1st session

Thanks for your interest Lucas
 
Are you sure you're not sharing application objects?

Ariel Gimenez said:
Im saving an objet into session for the current user...
If other user access the page , saves his custom object and do a postback
overwrites the 1st session

Thanks for your interest Lucas
 
Back
Top