D
DeeAnn
We've encountered a "flaky" situation with a Session variable holding
a data set on load balanced servers; server session with cookies is
set up.
Background:
Session variable holds a dataset.
Dataset is retrieved and updated periodically. Eventually the dataset
is sent to a web service for processing.
In production, the asp.net application is deployed on load balanced
servers, server session using cookies is configured.
Periodically, not always, the dataset does not update in the Session
variable. Then when the dataset is later retrieved, it retains its
origial values, losing updates. No error is encountered.
The problem has only occurred in the load balanced environment. In
general the session state seems to work. It just behaves oddly from
time-to-time when the Session variable is being used to hold a
dataset.
Any ideas on what configuration setting might be missing, and thus
causing the sporadic bad behavior? Appreciate any assistance.
a data set on load balanced servers; server session with cookies is
set up.
Background:
Session variable holds a dataset.
Dataset is retrieved and updated periodically. Eventually the dataset
is sent to a web service for processing.
In production, the asp.net application is deployed on load balanced
servers, server session using cookies is configured.
Periodically, not always, the dataset does not update in the Session
variable. Then when the dataset is later retrieved, it retains its
origial values, losing updates. No error is encountered.
The problem has only occurred in the load balanced environment. In
general the session state seems to work. It just behaves oddly from
time-to-time when the Session variable is being used to hold a
dataset.
Any ideas on what configuration setting might be missing, and thus
causing the sporadic bad behavior? Appreciate any assistance.