NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on August 02, 2016, 02:34:32 PM
-
Hi, Bruce
Where is the best place to load several default values into session values when the session starts? I was doing it on the Index page with a flag to skip if already loaded. It was always a kludge and with NT 9 it is not working properly any more, so may as well do it right.
Thanks.
-
WebHandler,
NewSession method
After the parent call.
cheers
Bruce
-
Great. Thanks.