NetTalk Central

Author Topic: Loading default session values at start of session - best place  (Read 3289 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Loading default session values at start of session - best place
« Reply #1 on: August 10, 2016, 11:46:06 PM »
WebHandler,
NewSession method
After the parent call.

cheers
Bruce

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: Loading default session values at start of session - best place
« Reply #2 on: August 11, 2016, 07:05:08 AM »
Great. Thanks.