[Mono-aspnet-list] Session info messed up

dugaldcurtis dugald at zoom.co.uk
Fri Mar 20 09:37:52 EDT 2009



I have an app in c# using mono.  I have session info in 'inproc' mode.

Units log in, whereupon a session variable unit_id is set.  They place an
order which is assigned a unit_id from Session["unit_id"].  This has worked
well accross many units.

Recently a unit says that they are seeing orders coming up from other units. 
Upon investigation, it appears that at the time of placing the order the
Session["unit_id"] returned the id from a different unit (14 instead of 12).  

Does anyone have any experience of this, or guess at a possible fix?  Could
it be related to increased load on the server?  

My mono version is 0.9.x - I know it is old but my server is running Ubuntu
6.06 and I can't change it for now.
-- 
View this message in context: http://www.nabble.com/Session-info-messed-up-tp22620440p22620440.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.



More information about the Mono-aspnet-list mailing list