R
Ron M. Newman
Hi,
How do you maintain sessions (that contain data) in ASP.NET applications?
1) In memory on the web-server? in this case how do you handle multiple
requests from the same session which may be routed to different machines via
a load balancer?
2) Is this database? If so, do you have to fetch a record within every
request? how does his affect performance?
Or perhaps there's a third way I'm missing here?
Thanks !
How do you maintain sessions (that contain data) in ASP.NET applications?
1) In memory on the web-server? in this case how do you handle multiple
requests from the same session which may be routed to different machines via
a load balancer?
2) Is this database? If so, do you have to fetch a record within every
request? how does his affect performance?
Or perhaps there's a third way I'm missing here?
Thanks !