H
harryaya
i separate my application into business layer and presentation layer.
After a user logged in, i fetched his/her user information and store
them in session object. And then the first page is loaded for the first
time, i can get the session variable from the session object.
but when i click a button on the aspx page, the page get postback and
the page_load method gets reloaded, this time, i can't get the session
variables though the session object remains the same. It's quite
weired.
It's quite critical for my application, i 'd like to know what's the
problem. Anyone giving the tips?
Thanks!
After a user logged in, i fetched his/her user information and store
them in session object. And then the first page is loaded for the first
time, i can get the session variable from the session object.
but when i click a button on the aspx page, the page get postback and
the page_load method gets reloaded, this time, i can't get the session
variables though the session object remains the same. It's quite
weired.
It's quite critical for my application, i 'd like to know what's the
problem. Anyone giving the tips?
Thanks!